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