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 3b8cb28 commit 66743e7Copy full SHA for 66743e7
.github/actions/install-dependencies/action.yml
@@ -58,7 +58,7 @@ runs:
58
echo "DEVELOPER_DIR:"
59
echo $DEVELOPER_DIR
60
# ls -ll "/Applications"
61
- cargo install --version 0.24.5 cbindgen
+ cargo install --force --version 0.24.5 cbindgen
62
- name: Generate C Bindings
63
shell: bash
64
run: |
0 commit comments