3
0
Fork 0
mirror of https://github.com/dtolnay/install.git synced 2024-11-22 00:19:31 +01:00

Add bindgen-cli build

This commit is contained in:
David Tolnay 2022-10-17 11:23:47 -07:00
parent b9085b1679
commit 9336cb6b43
No known key found for this signature in database
GPG key ID: F9BA143B95FF6D82

16
.github/workflows/bindgen.yml vendored Normal file
View file

@ -0,0 +1,16 @@
name: bindgen-cli
on:
push:
branches:
- bindgen-cli
jobs:
build:
uses: ./.github/workflows/build.yml
with:
crate: bindgen-cli
bin: bindgen
permissions:
contents: write
secrets: inherit