mirror of
https://github.com/dtolnay/install.git
synced 2024-11-22 08:29:30 +01:00
Add cbindgen build
This commit is contained in:
parent
9336cb6b43
commit
3a6a01dc3a
1 changed files with 15 additions and 0 deletions
15
.github/workflows/cbindgen.yml
vendored
Normal file
15
.github/workflows/cbindgen.yml
vendored
Normal file
|
@ -0,0 +1,15 @@
|
||||||
|
name: cbindgen
|
||||||
|
|
||||||
|
on:
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- cbindgen
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
build:
|
||||||
|
uses: ./.github/workflows/build.yml
|
||||||
|
with:
|
||||||
|
crate: cbindgen
|
||||||
|
permissions:
|
||||||
|
contents: write
|
||||||
|
secrets: inherit
|
Loading…
Reference in a new issue