Skip to content

Commit

Permalink
Change actions nightly toolchain.
Browse files Browse the repository at this point in the history
  • Loading branch information
kukabi committed Mar 25, 2023
1 parent 7ba28a7 commit 163220d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/rust_checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,13 @@ jobs:
- name: Toolchain
uses: actions-rs/toolchain@v1
with:
toolchain: nightly-2022-11-15 # toolchain
toolchain: nightly #-2022-11-15 # toolchain
components: clippy, rustfmt
override: true
- run: rustup update
- run: rustup update nightly-2022-11-15 # toolchain
- run: rustup default nightly-2022-11-15 # toolchain
- run: rustup target add wasm32-unknown-unknown --toolchain nightly-2022-11-15 # toolchain
- run: rustup update nightly #-2022-11-15 # toolchain
- run: rustup default nightly #-2022-11-15 # toolchain
- run: rustup target add wasm32-unknown-unknown --toolchain nightly #-2022-11-15 # toolchain
- run: rustup default stable
- name: Format
uses: actions-rs/cargo@v1
Expand All @@ -51,7 +51,7 @@ jobs:
- name: Clippy
uses: actions-rs/cargo@v1
with:
toolchain: nightly-2022-11-15 # toolchain
toolchain: nightly #-2022-11-15 # toolchain
command: clippy
args: --all-targets -- -D warnings -W clippy::cognitive_complexity
- name: Test
Expand Down

0 comments on commit 163220d

Please sign in to comment.