Skip to content

Commit 61fcb8e

Browse files
committed
Install bison and flex on the windows cmake build from cyg-get
Because the chocolatey package for flex and bison is currently broken, due to a dead link.
1 parent 4f7f9a3 commit 61fcb8e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

buildspec-windows-cmake.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ phases:
99
install:
1010
commands:
1111
- choco install -y --no-progress cmake --installargs 'ADD_CMAKE_TO_PATH=System'
12-
- choco install -y --no-progress winflexbison3 ninja
12+
- cyg-get bison flex
13+
- choco install -y --no-progress ninja
1314
- nuget install clcache -OutputDirectory "c:\tools" -ExcludeVersion -Version 4.1.0
1415

1516
build:

0 commit comments

Comments
 (0)