@@ -24,13 +24,13 @@ jobs:
2424 - name : Install nightly toolchain
2525 uses : actions-rs/toolchain@v1
2626 with :
27- toolchain : nightly
27+ toolchain : nightly-2023-04-16
2828 components : rustfmt
2929 profile : minimal
3030
3131 - name : Check formatting
3232 run : |
33- cargo +nightly fmt -- --check
33+ cargo +nightly-2023-04-16 fmt -- --check
3434
3535 website :
3636 name : Build WASM binary
3939 - uses : actions/checkout@v3
4040 - uses : actions-rs/toolchain@v1
4141 with :
42- toolchain : nightly
42+ toolchain : nightly-2023-04-16
4343 target : wasm32-unknown-unknown
4444 override : true
4545 profile : minimal
@@ -61,20 +61,20 @@ jobs:
6161
6262 - name : Build wasm package
6363 env :
64- RUSTUP_TOOLCHAIN : nightly
64+ RUSTUP_TOOLCHAIN : nightly-2023-04-16
6565 run : wasm-pack build ./mutiny-wasm --release --target web
6666
6767 browser_tests :
6868 name : Browser Tests
6969 runs-on : ubuntu-latest
7070 env :
71- RUSTUP_TOOLCHAIN : nightly
71+ RUSTUP_TOOLCHAIN : nightly-2023-04-16
7272 WASM_BINDGEN_TEST_TIMEOUT : 240
7373 steps :
7474 - uses : actions/checkout@v3
7575 - uses : actions-rs/toolchain@v1
7676 with :
77- toolchain : nightly
77+ toolchain : nightly-2023-04-16
7878 target : wasm32-unknown-unknown
7979 override : true
8080 profile : minimal
@@ -112,7 +112,7 @@ jobs:
112112 - uses : actions/checkout@v3
113113 - uses : actions-rs/toolchain@v1
114114 with :
115- toolchain : nightly
115+ toolchain : nightly-2023-04-16
116116 components : clippy
117117 target : wasm32-unknown-unknown
118118 override : true
@@ -155,7 +155,7 @@ jobs:
155155 - name : Install Rust
156156 uses : actions-rs/toolchain@v1
157157 with :
158- toolchain : nightly
158+ toolchain : nightly-2023-04-16
159159 override : true
160160 profile : minimal
161161 components : clippy
@@ -202,7 +202,7 @@ jobs:
202202 - name : Install Rust
203203 uses : actions-rs/toolchain@v1
204204 with :
205- toolchain : nightly
205+ toolchain : nightly-2023-04-16
206206 override : true
207207 profile : minimal
208208 components : clippy
@@ -249,7 +249,7 @@ jobs:
249249 - name : Install Rust
250250 uses : actions-rs/toolchain@v1
251251 with :
252- toolchain : nightly
252+ toolchain : nightly-2023-04-16
253253 override : true
254254 profile : minimal
255255 components : clippy
0 commit comments