From 6c3e970556b2886c84b9f5a8268602efb7a78c82 Mon Sep 17 00:00:00 2001 From: ptitSeb Date: Thu, 13 Oct 2022 17:43:49 +0200 Subject: [PATCH] Fixed version to nightly-2002-10-09 for the CI build Minimal Wasmer Headless --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 8411bd32a32..a097aa4098d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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" @@ -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