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/cxxbridge-cmd.yml

18 lines
264 B
YAML
Raw Normal View History

2021-10-08 04:52:29 +02:00
name: cxxbridge-cmd
on:
push:
branches:
2021-10-08 04:52:29 +02:00
- cxxbridge-cmd
workflow_dispatch:
2021-10-08 04:52:29 +02:00
jobs:
build:
uses: ./.github/workflows/build.yml
with:
crate: cxxbridge-cmd
bin: cxxbridge
permissions:
contents: write
secrets: inherit