Skip to content

Commit

Permalink
win again
Browse files Browse the repository at this point in the history
  • Loading branch information
montythind committed Oct 23, 2024
1 parent 0facf7b commit 749f729
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@ jobs:
[Environment]::SetEnvironmentVariable('PATH', $env:PATH + ';C:\\msys64\\mingw64\\bin;', 'Process')
- name: Verify PkgConfig installation
run: C:\\msys64\\mingw64\\bin\\pkg-config.exe --version
run: |
& "C:\\msys64\\mingw64\\bin\\pkg-config.exe" --version
- name: Configure with CMake
run: cmake -G "MinGW Makefiles" -B build -D PKG_CONFIG_EXECUTABLE=C:/msys64/mingw64/bin/pkg-config.exe
Expand Down

0 comments on commit 749f729

Please sign in to comment.