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 a68622e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,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 @@ -149,7 +149,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 @@ -243,7 +243,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
2 changes: 1 addition & 1 deletion .github/workflows/gen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- uses: dtolnay/rust-toolchain@master
with:
toolchain: nightly
toolchain: nightly-2024-09-09
components: rustfmt, clippy

- uses: Swatinem/rust-cache@v2
Expand Down

0 comments on commit a68622e

Please sign in to comment.