3
0
Fork 0
mirror of https://github.com/dtolnay/install.git synced 2024-11-22 16:29:32 +01:00
cargo-install/.github/workflows/bindgen.yml
2023-01-22 15:00:56 -08:00

16 lines
217 B
YAML

name: bindgen-cli
on:
push:
branches:
- bindgen-cli
jobs:
build:
uses: ./build.yml
with:
crate: bindgen-cli
bin: bindgen
permissions:
contents: write
secrets: inherit