We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
winflexbison
choco
1 parent 07704c9 commit 4914d81Copy full SHA for 4914d81
1 file changed
.github/workflows/build.yml
@@ -31,6 +31,10 @@ jobs:
31
- name: Set up CMake
32
uses: jwlawson/actions-setup-cmake@v2
33
34
+ - name: Install Flex (Windows)
35
+ if: runner.os == 'Windows'
36
+ run: choco install winflexbison --no-progress
37
+
38
- name: Configure CMake (Windows MinGW)
39
if: runner.os == 'Windows'
40
run: cmake -B build -G "MinGW Makefiles" -DCMAKE_BUILD_TYPE=Release
0 commit comments