Skip to content

Commit

Permalink
Fix recent CI failure due to cbindgen MSRV
Browse files Browse the repository at this point in the history
  • Loading branch information
jschwe committed Jan 27, 2024
1 parent ce8427f commit 2932d7f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -236,6 +236,9 @@ jobs:
with:
cmake: ${{ matrix.cmake }}
ninja: 1.10.0
# Install cbindgen before Rust to use recent default Rust version.
- name: Install cbindgen
run: cargo install cbindgen
- name: Install Rust
id: install_rust
uses: dtolnay/rust-toolchain@master
Expand Down Expand Up @@ -323,6 +326,9 @@ jobs:
with:
cmake: 3.22.6
ninja: 1.10.0
# Install cbindgen before Rust to use recent default Rust version.
- name: Install cbindgen
run: cargo install cbindgen
- name: Install Rust
uses: dtolnay/rust-toolchain@master
with:
Expand Down

0 comments on commit 2932d7f

Please sign in to comment.