We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17d5d8c commit 1ced040Copy full SHA for 1ced040
.github/workflows/main.yml
@@ -125,7 +125,9 @@ jobs:
125
# Check Windows build with CMake
126
- uses: Cyberboss/install-winget@v1
127
- run: winget install Ninja-build.Ninja Kitware.CMake --disable-interactivity --accept-source-agreements
128
- - run: echo "$env:LOCALAPPDATA\Microsoft\WinGet\Links" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append
+ - run: |
129
+ echo "$env:LOCALAPPDATA\Microsoft\WinGet\Links" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append
130
+ echo "$env:ProgramFiles\CMake\bin" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append
131
- run: cmake -G Ninja -B .build/cmake
132
- run: cmake --build .build/cmake
133
# Run tests with SwiftPM
0 commit comments