Skip to content

Build and install fwup #14

Build and install fwup

Build and install fwup #14

Workflow file for this run

name: Build
on:
push:
branches:
- main
pull_request:
jobs:
plugin_test:
name: asdf plugin test
strategy:
matrix:
os:
- ubuntu-latest
- macos-latest
runs-on: ${{ matrix.os }}
steps:
- run: sudo apt-get install curl build-essential autoconf pkg-config libtool mtools unzip zip help2man libconfuse-dev libarchive-dev xdelta3 dosfstools
if: matrix.os == 'ubuntu-latest'
- run: brew install confuse libarchive pkg-config automake
if: matrix.os == 'macos-latest'
- name: asdf_plugin_test
uses: asdf-vm/actions/plugin-test@v2
with:
command: fwup --version