Skip to content

Commit

Permalink
CI: Unset rustup override after usage instead of setting it to stable
Browse files Browse the repository at this point in the history
Fixes the `macos-arm64` error from #3055
  • Loading branch information
silwol authored and ptitSeb committed Oct 20, 2022
1 parent a564d72 commit a29d3d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ jobs:
echo "rpath = false" >> Cargo.toml
rustup override set nightly
make build-wasmer-headless-minimal
rustup override set stable
rustup override unset
- name: Build Wasmer with minimal "sys" features
run: |
cargo build --no-default-features --features="sys" --manifest-path=lib/api/Cargo.toml &&
Expand Down

0 comments on commit a29d3d0

Please sign in to comment.