Skip to content

Commit 66743e7

Browse files
committed
Force-install cbindgen
1 parent 3b8cb28 commit 66743e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ runs:
5858
echo "DEVELOPER_DIR:"
5959
echo $DEVELOPER_DIR
6060
# ls -ll "/Applications"
61-
cargo install --version 0.24.5 cbindgen
61+
cargo install --force --version 0.24.5 cbindgen
6262
- name: Generate C Bindings
6363
shell: bash
6464
run: |

0 commit comments

Comments
 (0)