Skip to content

Commit 17d5d8c

Browse files
Add winget installed tools to Path
1 parent bfabb75 commit 17d5d8c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,7 @@ jobs:
125125
# Check Windows build with CMake
126126
- uses: Cyberboss/install-winget@v1
127127
- 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
128129
- run: cmake -G Ninja -B .build/cmake
129130
- run: cmake --build .build/cmake
130131
# Run tests with SwiftPM

0 commit comments

Comments
 (0)