Skip to content

Commit 979193c

Browse files
committed
Force cbindgen reinstall
1 parent 7fe5e09 commit 979193c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,9 @@ runs:
4747
- name: Pin cbindgen v24
4848
shell: bash
4949
run: |
50-
cargo install --version 0.24.5 cbindgen
50+
echo "DEVELOPER_DIR:"
51+
echo $DEVELOPER_DIR
52+
cargo install --force --version 0.24.5 cbindgen
5153
- name: Generate C Bindings
5254
shell: bash
5355
run: |

0 commit comments

Comments
 (0)