Skip to content

Commit 569014b

Browse files
Merge pull request #5465 from thomasspriggs/tas/fix_windows_bison_dependency
Fix AWS windows cmake CI
2 parents 199f6ef + c4ba38f commit 569014b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

buildspec-windows-cmake.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,9 @@ 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+
- choco install cyg-get -y --no-progress
13+
- cyg-get bison flex
14+
- choco install -y --no-progress ninja
1315
- nuget install clcache -OutputDirectory "c:\tools" -ExcludeVersion -Version 4.1.0
1416

1517
build:

0 commit comments

Comments
 (0)