Skip to content

Commit

Permalink
ci: pin rust to nightly-2024-09-09 until public-api fixed
Browse files Browse the repository at this point in the history
The public-api (cargo xtask public-api) is failing with the latest rust
nightly package. Temporarily pin nightly to last known working version
until the issue can be resolved.

Signed-off-by: Billy McFall <22157057+Billy99@users.noreply.github.com>
  • Loading branch information
Billy99 committed Sep 11, 2024
1 parent 2cd3576 commit de38b3c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
- uses: dtolnay/rust-toolchain@master
with:
toolchain: nightly
#toolchain: nightly-2024-09-09
components: rustfmt, clippy, miri, rust-src

- uses: Swatinem/rust-cache@v2
Expand Down Expand Up @@ -150,6 +151,7 @@ jobs:
- uses: dtolnay/rust-toolchain@master
with:
toolchain: nightly
#toolchain: nightly-2024-09-09
components: rust-src

- uses: Swatinem/rust-cache@v2
Expand Down Expand Up @@ -244,6 +246,7 @@ jobs:
- uses: dtolnay/rust-toolchain@master
with:
toolchain: nightly
#toolchain: nightly-2024-09-09
components: rust-src
targets: aarch64-unknown-linux-musl,x86_64-unknown-linux-musl

Expand Down

0 comments on commit de38b3c

Please sign in to comment.