mirror of
https://github.com/ascii-boxes/boxes.git
synced 2025-06-21 02:08:02 +02: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:
|
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
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user