From e980f45653893f8c735cbe96b2a34c43b1344ffd Mon Sep 17 00:00:00 2001 From: Noratrieb <48135649+Noratrieb@users.noreply.github.com> Date: Sun, 27 Jul 2025 16:46:00 +0200 Subject: [PATCH] oops --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 17587be..f68d212 100755 --- a/build.sh +++ b/build.sh @@ -15,7 +15,7 @@ cd rust targets=(x86_64-unknown-linux-gnu x86_64-pc-windows-msvc aarch64-apple-darwin) # bootstrap uses this var to perform CI detection :( -export CI= +unset CI for target in "${targets[@]}"; do echo "Building $target"