mirror of
https://github.com/ascii-boxes/boxes.git
synced 2024-12-04 22:11:07 +01:00
Add flex and bison to env
This commit is contained in:
parent
ed19a57c59
commit
cc6b3502af
3
.github/workflows/boxes.yml
vendored
3
.github/workflows/boxes.yml
vendored
@ -22,6 +22,9 @@ env:
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
env:
|
||||
LEX: flex
|
||||
YACC: bison
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user