Skip to content

Commit

Permalink
Merge #3227
Browse files Browse the repository at this point in the history
3227: Fixed version to nightly-2022-10-09 for the CI build Minimal Wasmer Headless r=ptitSeb a=ptitSeb

# Description
New attempt to grab an older nightly rust toolchain

Co-authored-by: ptitSeb <[email protected]>
  • Loading branch information
bors[bot] and ptitSeb authored Oct 13, 2022
2 parents 78f95fa + f6030e3 commit 61b7216
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -217,8 +217,9 @@ jobs:
run: |
make build-wapm
- name: Install Nightly Rust for Headless
uses: dtolnay/rust-toolchain@nightly-2022-10-09
uses: dtolnay/rust-toolchain@nightly
with:
toolchain: "2022-10-09"
target: ${{ matrix.target }}
components: "rust-src"
- name: Build Minimal Wasmer Headless
Expand Down

0 comments on commit 61b7216

Please sign in to comment.