Skip to content

Commit 2febd2e

Browse files
committed
try to fix build for rust 2025-06-27
1 parent 1c90de5 commit 2febd2e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

main.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,9 @@ fi
77
./emsdk/emsdk install $1
88
./emsdk/emsdk activate $1
99
source ./emsdk/emsdk_env.sh
10+
11+
# Don't tell Rust it's running in CI or it gets mad that:
12+
# "`llvm.download-ci-llvm` cannot be set to `true` on CI. Use `if-unchanged` instead."
13+
unset GITHUB_ACTIONS
14+
1015
python3 main.py $@

0 commit comments

Comments
 (0)