From 5af94bbe06ad661060923f7f8ac7ee694cadf931 Mon Sep 17 00:00:00 2001 From: ptitSeb Date: Mon, 18 Jul 2022 16:02:20 +0200 Subject: [PATCH] Try a new and different way to specify the headless toolchain --- .github/workflows/build.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1b173a6220c..9e84fe23f6b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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