Skip to content
You're viewing an older version of this GitHub Action. Do you want to see the latest version instead?
package

GitHub Action

Setup Buildtools

v0.0.1

Setup Buildtools

package

Setup Buildtools

Setup a Buildtools and add it to the PATH

Installation

Copy and paste the following snippet into your .yml file.

              

- name: Setup Buildtools

uses: buildtool/[email protected]

Learn more about this action in buildtool/setup-buildtools-action

Choose a version

Setup Buildtool Action

GitHub Action for Buildtool

GitHub release GitHub marketplace


setup-buildtools-action

This action downloads and installs buildtools and adds it to $PATH

Usage

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

License

MIT. See LICENSE for more details.