From 6c41e2d2948d5358ceed72f2a8e5069993c1629e Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Thu, 1 Dec 2022 09:53:25 -0800 Subject: [PATCH] Add buck2 build --- .github/workflows/buck2.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .github/workflows/buck2.yml diff --git a/.github/workflows/buck2.yml b/.github/workflows/buck2.yml new file mode 100644 index 0000000..04e0809 --- /dev/null +++ b/.github/workflows/buck2.yml @@ -0,0 +1,16 @@ +name: buck2 + +on: + push: + branches: + - buck2 + +jobs: + build: + uses: ./.github/workflows/build.yml + with: + crate: buck2 + git: https://github.com/facebookincubator/buck2 + permissions: + contents: write + secrets: inherit