This commit is contained in:
nora 2025-07-27 16:48:39 +02:00
parent e980f45653
commit 96ad478f29

View file

@ -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"