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

18 lines
249 B
YAML
Raw Normal View History

2022-12-01 18:53:25 +01:00
name: buck2
on:
push:
branches:
- buck2
jobs:
build:
uses: ./.github/workflows/build.yml
with:
crate: buck2
git: facebookincubator/buck2
path: cli
2022-12-01 18:53:25 +01:00
permissions:
contents: write
secrets: inherit