Add flex and bison to env

This commit is contained in:
Matthew Thompson 2023-11-26 12:34:21 -05:00 committed by Thomas Jensen
parent ed19a57c59
commit cc6b3502af

View File

@ -22,6 +22,9 @@ env:
jobs: jobs:
build: build:
runs-on: ubuntu-latest runs-on: ubuntu-latest
env:
LEX: flex
YACC: bison
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4