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 }}