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/cbindgen.yml
2022-10-17 11:27:46 -07:00

15 lines
207 B
YAML

name: cbindgen
on:
push:
branches:
- cbindgen
jobs:
build:
uses: ./.github/workflows/build.yml
with:
crate: cbindgen
permissions:
contents: write
secrets: inherit