Skip to content

Commit

Permalink
GHA: pin nightly Rust version
Browse files Browse the repository at this point in the history
Until C99 varargs is fixed
  • Loading branch information
jeromerobert committed Feb 23, 2024
1 parent b5d31ad commit 5ad7500
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,8 @@ jobs:
uses: actions-rs/toolchain@v1
with:
components: clippy
toolchain: nightly
# Version from 2024-02-14 to 2024-02-23 have broken C99 varargs binding
toolchain: nightly-2024-02-13
override: true
- name: Rust cache
uses: actions/cache@v3
Expand Down

0 comments on commit 5ad7500

Please sign in to comment.