Skip to content

Commit bac36b2

Browse files
committed
Do not update toolchain - subject to breakage (rust-lang/rustup#3025)
1 parent 3621faf commit bac36b2

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.github/workflows/build.yml

-2
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,6 @@ jobs:
2727
- name: Pull Cargo dependencies
2828
if: steps.cache-cargo.outputs.cache-hit != 'true'
2929
run: |
30-
rustup update $TOOLCHAIN
31-
rustup default $TOOLCHAIN
3230
cargo install trunk
3331
3432
# Build cache

rust-toolchain.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# My server runs linux. For compatability, check
22
# https://rust-lang.github.io/rustup-components-history/x86_64-unknown-linux-gnu.html
33
[toolchain]
4-
channel = "nightly-2022-07-15"
4+
channel = "nightly"
55
targets = [ "wasm32-unknown-unknown" ]

0 commit comments

Comments
 (0)