mirror of
https://github.com/dtolnay/install.git
synced 2024-11-22 08:29:30 +01:00
Add bindgen-cli build
This commit is contained in:
parent
b9085b1679
commit
9336cb6b43
1 changed files with 16 additions and 0 deletions
16
.github/workflows/bindgen.yml
vendored
Normal file
16
.github/workflows/bindgen.yml
vendored
Normal 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
|
Loading…
Reference in a new issue