Skip to content

setup-binary

Actions
cache and install a binary to $PATH
v4.0.1
Latest
Star (23)

setup-bin

Actions Status

This action sets up a binary in $PATH for use in actions

steps:
  - uses: actions/checkout@v4
  - uses: supplypike/setup-bin@v4
    with:
      uri: 'https://github.com/google/go-containerregistry/releases/download/v0.19.1/go-containerregistry_Linux_x86_64.tar.gz'
      name: 'crane'
      version: '0.19.1'

You can also run install scripts:

steps:
  - uses: actions/checkout@v4
  - uses: supplypike/setup-bin@v4
    with:
      uri: 'https://awscli.amazonaws.com/awscli-exe-linux-x86_64-2.0.30.zip'
          name: 'aws'
          version: '2.0.30'
          command: sudo ./aws/install

setup-binary is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

cache and install a binary to $PATH
v4.0.1
Latest

setup-binary is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.