Skip to content

phi-ag/setup-binaryen

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Repository files navigation

Setup Binaryen

Release Check

Minimal shell script action to setup Binaryen

Usage

steps:
  - name: Setup Binaryen
    uses: phi-ag/setup-binaryen@v1

Use a specific version

steps:
  - name: Setup Binaryen
    uses: phi-ag/setup-binaryen@v1
    with:
      version: "118"