Skip to content

Commit

Permalink
Fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Nashtare committed Feb 6, 2024
1 parent 8f91913 commit 246c2b6
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/continuous-integration-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,9 @@ jobs:
uses: actions/checkout@v4

- name: Install nightly toolchain
uses: dtolnay/rust-toolchain@nightly-2024-02-01
uses: dtolnay/rust-toolchain@master
with:
toolchain: nightly-2024-02-01

- name: Set up rust cache
uses: Swatinem/rust-cache@v2
Expand Down Expand Up @@ -77,8 +79,9 @@ jobs:
uses: actions/checkout@v4

- name: Install nightly toolchain
uses: dtolnay/rust-toolchain@nightly-2024-02-01
uses: dtolnay/rust-toolchain@master
with:
toolchain: nightly-2024-02-01
targets: wasm32-unknown-unknown

- name: Set up rust cache
Expand Down Expand Up @@ -112,8 +115,9 @@ jobs:
uses: actions/checkout@v4

- name: Install nightly toolchain
uses: dtolnay/rust-toolchain@nightly-2024-02-01
uses: dtolnay/rust-toolchain@master
with:
toolchain: nightly-2024-02-01
components: rustfmt, clippy

- name: Set up rust cache
Expand Down

0 comments on commit 246c2b6

Please sign in to comment.