Skip to content

Commit eee089f

Browse files
committed
Try to fix CI
1 parent 9b3a0b0 commit eee089f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
steps:
1010
- uses: hecrj/setup-rust-action@v1
1111
with:
12-
rust-version: nightly
12+
rust-version: nightly-2020-10-05
1313
components: clippy, rustfmt
1414
targets: wasm32-unknown-unknown
1515

@@ -45,7 +45,7 @@ jobs:
4545
run: cargo build
4646

4747
- name: Build Wasm
48-
run: cargo +nightly build --target wasm32-unknown-unknown --no-default-features
48+
run: cargo +nightly-2020-10-05 build --target wasm32-unknown-unknown --no-default-features
4949

5050
- name: Run tests
5151
run: cargo test

0 commit comments

Comments
 (0)