3
0
Fork 0
mirror of https://github.com/dtolnay/install.git synced 2024-11-22 08:29:30 +01:00

Delete buck2 build

Buck2 builds are published to https://github.com/facebook/buck2/releases/tag/latest,
and that is what is used by https://github.com/dtolnay/install-buck2.
This commit is contained in:
David Tolnay 2023-08-15 08:14:02 -07:00
parent 07e88c5ca3
commit 7e603dc845
No known key found for this signature in database
GPG key ID: F9BA143B95FF6D82

View file

@ -1,18 +0,0 @@
name: buck2
on:
push:
branches:
- buck2
workflow_dispatch:
jobs:
build:
uses: ./.github/workflows/build.yml
with:
crate: buck2
git: facebook/buck2
path: app/buck2
permissions:
contents: write
secrets: inherit