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/buck2.yml
2023-04-16 15:46:20 -07:00

18 lines
276 B
YAML

name: buck2
on:
push:
branches:
- buck2
workflow_dispatch:
jobs:
build:
uses: ./.github/workflows/build.yml
with:
crate: buck2
git: facebookincubator/buck2
path: app/buck2
permissions:
contents: write
secrets: inherit