Skip to content

Commit

Permalink
ci: Pin old nightly for cargo-public-api-crates
Browse files Browse the repository at this point in the history
  • Loading branch information
jplatte committed Sep 11, 2024
1 parent 1324a15 commit 92d6209
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@nightly
# Pinned version due to failing `cargo-public-api-crates`.
- uses: dtolnay/rust-toolchain@master
with:
toolchain: nightly-2024-06-06
- uses: Swatinem/rust-cache@v2
- name: Install cargo-public-api-crates
run: |
Expand Down

0 comments on commit 92d6209

Please sign in to comment.