Skip to content
This repository has been archived by the owner on Mar 13, 2023. It is now read-only.

Commit

Permalink
Use Nightly Toolchain (#938)
Browse files Browse the repository at this point in the history
  • Loading branch information
Xavier Lau authored Nov 16, 2021
1 parent 12110d6 commit a3bcab8
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ jobs:
name: Build subalfred
runs-on: ubuntu-latest
steps:
- name: Install Rust nightly-2021-04-22 toolchain
- name: Install Rust nightly toolchain
uses: actions-rs/toolchain@v1
with:
toolchain: nightly-2021-04-22
toolchain: nightly
default: true
- name: Install sccache
env:
Expand Down Expand Up @@ -62,10 +62,10 @@ jobs:
name: Check Rust code
runs-on: ubuntu-latest
steps:
- name: Install Rust nightly-2021-04-22 toolchain
- name: Install Rust nightly toolchain
uses: actions-rs/toolchain@v1
with:
toolchain: nightly-2021-04-22
toolchain: nightly
target: wasm32-unknown-unknown
default: true
- name: Install sccache
Expand Down Expand Up @@ -99,10 +99,10 @@ jobs:
name: Build node and internal test
runs-on: ubuntu-latest
steps:
- name: Install Rust nightly-2021-04-22 toolchain
- name: Install Rust nightly toolchain
uses: actions-rs/toolchain@v1
with:
toolchain: nightly-2021-04-22
toolchain: nightly
target: wasm32-unknown-unknown
default: true
- name: Install sccache
Expand Down
6 changes: 3 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[toolchain]
channel = "nightly-2021-04-22"
channel = "nightly"
components = ["cargo", "clippy", "rustc", "rustfmt", "rust-src"]
profile = "minimal"
targets = ["wasm32-unknown-unknown"]

0 comments on commit a3bcab8

Please sign in to comment.