Skip to content

Commit

Permalink
Fixed version to nightly-2002-10-09 for the CI build Minimal Wasmer H…
Browse files Browse the repository at this point in the history
…eadless
  • Loading branch information
ptitSeb committed Oct 13, 2022
1 parent 5db56ce commit 6c3e970
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ jobs:
run: |
make build-wapm
- name: Install Nightly Rust for Headless
uses: dtolnay/rust-toolchain@nightly
uses: dtolnay/rust-toolchain@nightly-2022-10-09
with:
target: ${{ matrix.target }}
components: "rust-src"
Expand All @@ -236,7 +236,7 @@ jobs:
echo "incremental = false" >> Cargo.toml
echo "codegen-units = 1" >> Cargo.toml
echo "rpath = false" >> Cargo.toml
rustup override set nightly
rustup override set nightly-2022-10-09
make build-wasmer-headless-minimal
rustup override unset
- name: Build Wasmer with minimal "sys" features
Expand Down

0 comments on commit 6c3e970

Please sign in to comment.