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
231 B
YAML
Raw Normal View History

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