Skip to content

Commit 22a8024

Browse files
committed
Pin cbindgen version
1 parent 8141bdd commit 22a8024

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/actions/install-dependencies/action.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,10 @@ runs:
4242
~/.cargo/git/db/
4343
target/
4444
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
45+
- name: Pin cbindgen v24
46+
shell: bash
47+
run: |
48+
cargo install --version 0.24.5 cbindgen
4549
- name: Generate C Bindings
4650
shell: bash
4751
run: |

0 commit comments

Comments
 (0)