Skip to content

Commit

Permalink
Pin cbindgen version
Browse files Browse the repository at this point in the history
  • Loading branch information
arik-so committed Oct 3, 2023
1 parent 8141bdd commit a33c379
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/actions/install-dependencies/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,10 @@ runs:
~/.cargo/git/db/
target/
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
- name: Pin cbindgen v24
shell: bash
run: |
cargo install --version 0.24.0 cbindgen
- name: Generate C Bindings
shell: bash
run: |
Expand Down

0 comments on commit a33c379

Please sign in to comment.