From c307eb5a235b8ce91083069ee5af987d0cf96bb0 Mon Sep 17 00:00:00 2001 From: vampi Date: Fri, 15 Nov 2024 20:10:40 +0200 Subject: [PATCH] macos bison fix --- .github/workflows/macos.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index f47b2b5..2a663fd 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -21,4 +21,4 @@ jobs: with: submodules: true - name: Build - run: make all tests + run: make YACC=/opt/homebrew/bin/bison LEX=/opt/homebrew/bin/flex all tests