Skip to content

get bison and flex versions on macos #5

get bison and flex versions on macos

get bison and flex versions on macos #5

Workflow file for this run

name: macOS Build
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
build:
runs-on: macos-15
steps:
- name: Set up Homebrew
id: set-up-homebrew
uses: Homebrew/actions/setup-homebrew@master
- name: Install deps
run: brew install portaudio libsndfile bison flex
- run: bison --version
- run: flex --version
- uses: actions/checkout@v4
with:
submodules: true
- name: Build
run: make all tests