Skip to content

Commit

Permalink
Do not update toolchain - subject to breakage (rust-lang/rustup#3025)
Browse files Browse the repository at this point in the history
  • Loading branch information
simbleau committed Jul 18, 2022
1 parent 3621faf commit bac36b2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@ jobs:
- name: Pull Cargo dependencies
if: steps.cache-cargo.outputs.cache-hit != 'true'
run: |
rustup update $TOOLCHAIN
rustup default $TOOLCHAIN
cargo install trunk
# Build cache
Expand Down
2 changes: 1 addition & 1 deletion rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# My server runs linux. For compatability, check
# https://rust-lang.github.io/rustup-components-history/x86_64-unknown-linux-gnu.html
[toolchain]
channel = "nightly-2022-07-15"
channel = "nightly"
targets = [ "wasm32-unknown-unknown" ]

0 comments on commit bac36b2

Please sign in to comment.