You're viewing an older version of this GitHub Action. Do you want to see the latest version instead?
GitHub Action
Setup Buildtools
v0.0.1
This action downloads and installs buildtools and adds it to $PATH
Below is a simple snippet to use this action.
name: buildtool
on:
pull_request:
push:
jobs:
goreleaser:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v1
- name: setup buildtools
uses: buildtool/setup-buildtools-action@v0
with:
buildtools-version: 0.1.3
- run: build
Name | Type | Description |
---|---|---|
buildtools-version |
String | Buildtool version, defaults to latest |
MIT. See LICENSE
for more details.