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:
parent
07e88c5ca3
commit
7e603dc845
1 changed files with 0 additions and 18 deletions
18
.github/workflows/buck2.yml
vendored
18
.github/workflows/buck2.yml
vendored
|
@ -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
|
Loading…
Reference in a new issue