Skip to content

Commit

Permalink
Merge pull request #1500 from topos-protocol/ci
Browse files Browse the repository at this point in the history
Pin nightly version to 2024-02-01
  • Loading branch information
dvdplm committed Feb 6, 2024
2 parents 212f29c + 246c2b6 commit fb8452d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 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
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
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
uses: dtolnay/rust-toolchain@master
with:
toolchain: nightly-2024-02-01
components: rustfmt, clippy

- name: Set up rust cache
Expand Down
2 changes: 1 addition & 1 deletion rust-toolchain
Original file line number Diff line number Diff line change
@@ -1 +1 @@
nightly
nightly-2024-02-01

0 comments on commit fb8452d

Please sign in to comment.