Skip to content

Commit

Permalink
Merge #3060
Browse files Browse the repository at this point in the history
3060: CI: Unset rustup override after usage instead of setting it to stable r=silwol a=silwol

Fixes the `macos-arm64` error from #3055

Co-authored-by: Wolfgang Silbermayr <[email protected]>
  • Loading branch information
bors[bot] and silwol authored Aug 2, 2022
2 parents c7fc9b1 + 8fc7815 commit 6f43bed
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 6f43bed

Please sign in to comment.