Skip to content

Commit

Permalink
Force-install cbindgen in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Ortham committed Jan 14, 2025
1 parent 3d9ac4c commit 94d663b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}

- name: Install cbindgen
run: cargo install cbindgen --version 0.27.0
run: cargo install --force cbindgen --version 0.27.0

- name: Install cargo-llvm-cov
uses: taiki-e/install-action@cargo-llvm-cov
Expand Down

0 comments on commit 94d663b

Please sign in to comment.