Skip to content

Commit e61d81b

Browse files
authored
ci: fix name of the bindgen CLI crate (#517)
Signed-off-by: Esteve Fernandez <[email protected]>
1 parent e02e0ea commit e61d81b

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
@@ -61,7 +61,7 @@ jobs:
6161
run: curl -L --proto '=https' --tlsv1.2 -sSf https://raw.githubusercontent.com/cargo-bins/cargo-binstall/main/install-from-binstall-release.sh | bash
6262

6363
- name: Install bindgen
64-
run: cargo binstall -y bindgen
64+
run: cargo binstall -y bindgen-cli
6565

6666
- name: Generate bindings
6767
run: |

0 commit comments

Comments
 (0)