@@ -24,17 +24,16 @@ jobs:
2424 - name : Install nightly toolchain
2525 uses : actions-rs/toolchain@v1
2626 with :
27- toolchain : nightly
28- target : wasm32-unknown-unknown
27+ toolchain : nightly-2023-10-24
2928 components : rustfmt
3029 profile : minimal
3130
3231 - name : Check formatting
3332 run : |
34- cargo +nightly fmt -- --check
33+ cargo +nightly-2023-10-24 fmt -- --check
3534
3635 - name : Check docs
37- run : cargo +nightly doc
36+ run : cargo +nightly-2023-10-24 doc
3837
3938 website :
4039 name : Build WASM binary
4342 - uses : actions/checkout@v3
4443 - uses : actions-rs/toolchain@v1
4544 with :
46- toolchain : nightly
45+ toolchain : nightly-2023-10-24
4746 target : wasm32-unknown-unknown
4847 override : true
4948 profile : minimal
@@ -65,20 +64,20 @@ jobs:
6564
6665 - name : Build wasm package
6766 env :
68- RUSTUP_TOOLCHAIN : nightly
67+ RUSTUP_TOOLCHAIN : nightly-2023-10-24
6968 run : wasm-pack build ./mutiny-wasm --release --weak-refs --target web
7069
7170 browser_tests :
7271 name : Browser Tests
7372 runs-on : ubuntu-latest
7473 env :
75- RUSTUP_TOOLCHAIN : nightly
74+ RUSTUP_TOOLCHAIN : nightly-2023-10-24
7675 WASM_BINDGEN_TEST_TIMEOUT : 240
7776 steps :
7877 - uses : actions/checkout@v3
7978 - uses : actions-rs/toolchain@v1
8079 with :
81- toolchain : nightly
80+ toolchain : nightly-2023-10-24
8281 target : wasm32-unknown-unknown
8382 override : true
8483 profile : minimal
@@ -116,7 +115,7 @@ jobs:
116115 - uses : actions/checkout@v3
117116 - uses : actions-rs/toolchain@v1
118117 with :
119- toolchain : nightly
118+ toolchain : nightly-2023-10-24
120119 components : clippy
121120 target : wasm32-unknown-unknown
122121 override : true
@@ -159,7 +158,7 @@ jobs:
159158 - name : Install Rust
160159 uses : actions-rs/toolchain@v1
161160 with :
162- toolchain : nightly
161+ toolchain : nightly-2023-10-24
163162 override : true
164163 profile : minimal
165164 components : clippy
@@ -206,7 +205,7 @@ jobs:
206205 - name : Install Rust
207206 uses : actions-rs/toolchain@v1
208207 with :
209- toolchain : nightly
208+ toolchain : nightly-2023-10-24
210209 override : true
211210 profile : minimal
212211 components : clippy
@@ -252,7 +251,7 @@ jobs:
252251 - name : Install Rust
253252 uses : actions-rs/toolchain@v1
254253 with :
255- toolchain : nightly
254+ toolchain : nightly-2023-10-24
256255 override : true
257256 profile : minimal
258257 components : clippy
0 commit comments