Skip to content

Commit

Permalink
Install cbindgen in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Ortham committed Jan 27, 2025
1 parent 3304459 commit a2d801e
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 @@ -39,6 +39,9 @@ jobs:
target/
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}

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

- name: Install cargo-llvm-cov
uses: taiki-e/install-action@cargo-llvm-cov
if: startsWith(runner.os, 'Linux')
Expand Down

0 comments on commit a2d801e

Please sign in to comment.