3
0
Fork 0
mirror of https://github.com/dtolnay/install.git synced 2024-11-23 00:39:30 +01:00
cargo-install/.github/workflows/bindgen.yml

17 lines
217 B
YAML
Raw Normal View History

2022-10-17 20:23:47 +02:00
name: bindgen-cli
on:
push:
branches:
- bindgen-cli
jobs:
build:
2023-01-23 00:00:56 +01:00
uses: ./build.yml
2022-10-17 20:23:47 +02:00
with:
crate: bindgen-cli
bin: bindgen
permissions:
contents: write
secrets: inherit