benbrittain / install-buck2

Install precompiled Buck2 build system

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GitHub Action to install Buck2

build status

This GitHub Action installs a precompiled buck2 binary from https://github.com/facebook/buck2/releases/tag/latest.

name: test suite
on: [push, pull_request]

jobs:
  test:
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v3
      - uses: dtolnay/install-buck2@latest
      - run: buck build //...

About

Install precompiled Buck2 build system

License:MIT License