Skip to content

Commit 1e0c987

Browse files
cosmo0920edsiper
authored andcommitted
workflows: windows: Use portable version of cmake
Signed-off-by: Hiroshi Hatake <[email protected]>
1 parent 58b5e97 commit 1e0c987

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/call-windows-unit-tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
Copy-Item -Path C:\WinFlexBison/win_bison.exe C:\WinFlexBison/bison.exe
7171
Copy-Item -Path C:\WinFlexBison/win_flex.exe C:\WinFlexBison/flex.exe
7272
echo "C:\WinFlexBison" | Out-File -FilePath $env:GITHUB_PATH -Append
73-
choco install cmake --version "${{ matrix.config.cmake_version }}" --force
73+
choco install cmake.portable --version "${{ matrix.config.cmake_version }}" --force
7474
env:
7575
WINFLEXBISON: https://github.com/lexxmark/winflexbison/releases/download/v2.5.22/win_flex_bison-2.5.22.zip
7676
shell: pwsh

0 commit comments

Comments
 (0)