From 32c3f00c4d680f745340f784adfd5a1ce622a0ed Mon Sep 17 00:00:00 2001 From: Christoph Burgdorf Date: Wed, 14 Apr 2021 11:50:42 +0200 Subject: [PATCH] Temporarily fix nightly to something that works --- .github/workflows/main.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 9c4ca093b3..363b5c04d2 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -35,7 +35,7 @@ jobs: uses: actions-rs/toolchain@v1 with: profile: minimal - toolchain: nightly + toolchain: nightly-2021-03-15 override: true - name: coverage with tarpaulin run: | @@ -62,7 +62,7 @@ jobs: uses: actions-rs/toolchain@v1 with: profile: minimal - toolchain: nightly + toolchain: nightly-2021-03-15 override: true components: rustfmt, clippy - name: Validate release notes entry @@ -108,7 +108,7 @@ jobs: uses: actions-rs/toolchain@v1 with: profile: minimal - toolchain: nightly + toolchain: nightly-2021-03-15 override: true - name: Build run: cargo build --all-features --verbose @@ -124,7 +124,7 @@ jobs: uses: actions-rs/toolchain@v1 with: profile: minimal - toolchain: nightly + toolchain: nightly-2021-03-15 override: true - name: Run WASM tests run: wasm-pack test --node -- --workspace @@ -157,7 +157,7 @@ jobs: uses: actions-rs/toolchain@v1 with: profile: minimal - toolchain: nightly + toolchain: nightly-2021-03-15 override: true - name: Build run: cargo build --all-features --release && strip target/release/fe && mv target/release/fe target/release/${{ matrix.BIN_FILE }}