We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7fe5e09 commit 979193cCopy full SHA for 979193c
.github/actions/install-dependencies/action.yml
@@ -47,7 +47,9 @@ runs:
47
- name: Pin cbindgen v24
48
shell: bash
49
run: |
50
- cargo install --version 0.24.5 cbindgen
+ echo "DEVELOPER_DIR:"
51
+ echo $DEVELOPER_DIR
52
+ cargo install --force --version 0.24.5 cbindgen
53
- name: Generate C Bindings
54
55
0 commit comments