Skip to content

Commit

Permalink
Try a new and different way to specify the headless toolchain
Browse files Browse the repository at this point in the history
  • Loading branch information
ptitSeb committed Jul 18, 2022
1 parent 5edb0e0 commit 5af94bb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -195,9 +195,8 @@ jobs:
run: |
make build-wapm
- name: Install Nightly Rust for Headless
uses: dtolnay/rust-toolchain@master
uses: dtolnay/rust-toolchain@nightly
with:
toolchain: 'nightly-2022-02-08'
target: ${{ matrix.target }}
components: "rust-src"
- name: Build Minimal Wasmer Headless
Expand Down

0 comments on commit 5af94bb

Please sign in to comment.