Skip to content

add portaudio to build #3

add portaudio to build

add portaudio to build #3

Workflow file for this run

name: Build & Tests
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
linux:
runs-on: ubuntu-latest
steps:
- name: Install wine
run: sudo apt install -y wine portaudio19-dev
- uses: actions/checkout@v4
- name: make
run: make