Skip to content

Commit

Permalink
fix: pin nightly temporarily (paradigmxyz#5227)
Browse files Browse the repository at this point in the history
  • Loading branch information
joshieDo authored Oct 30, 2023
1 parent 7039aac commit d51bc45
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/book.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,8 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: dtolnay/rust-toolchain@nightly

with:
toolchain: nightly-2023-10-29
- name: Install mdbook
run: |
mkdir mdbook
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: dtolnay/rust-toolchain@clippy
with:
toolchain: nightly-2023-10-29
- uses: Swatinem/rust-cache@v2
with:
cache-on-failure: true
Expand All @@ -30,6 +32,8 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: dtolnay/rust-toolchain@nightly
with:
toolchain: nightly-2023-10-29
- uses: Swatinem/rust-cache@v2
with:
cache-on-failure: true
Expand All @@ -49,6 +53,7 @@ jobs:
- uses: actions/checkout@v3
- uses: dtolnay/rust-toolchain@nightly
with:
toolchain: nightly-2023-10-29
components: rustfmt
- run: cargo fmt --all --check

Expand Down

0 comments on commit d51bc45

Please sign in to comment.