Skip to content

Commit 4914d81

Browse files
committed
Add winflexbison with choco to windows build.
1 parent 07704c9 commit 4914d81

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,10 @@ jobs:
3131
- name: Set up CMake
3232
uses: jwlawson/actions-setup-cmake@v2
3333

34+
- name: Install Flex (Windows)
35+
if: runner.os == 'Windows'
36+
run: choco install winflexbison --no-progress
37+
3438
- name: Configure CMake (Windows MinGW)
3539
if: runner.os == 'Windows'
3640
run: cmake -B build -G "MinGW Makefiles" -DCMAKE_BUILD_TYPE=Release

0 commit comments

Comments
 (0)