Skip to content

Commit 9da03ea

Browse files
committed
fix: assume yes when installing cargo-binstall
Signed-off-by: Esteve Fernandez <[email protected]>
1 parent bc68c4e commit 9da03ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/generate-bindings.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
run: curl -L --proto '=https' --tlsv1.2 -sSf https://raw.githubusercontent.com/cargo-bins/cargo-binstall/main/install-from-binstall-release.sh | bash
5959

6060
- name: Install bindgen
61-
run: cargo binstall bindgen
61+
run: cargo binstall -y bindgen
6262

6363
- name: Generate bindings
6464
run: |

0 commit comments

Comments
 (0)