Skip to content

Commit

Permalink
win latest_1
Browse files Browse the repository at this point in the history
  • Loading branch information
montythind committed Oct 22, 2024
1 parent 5ab66ba commit 520a401
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
run: pkg-config --version

- name: Configure with CMake
run: cmake -G "MinGW Makefiles" -B build -D PKG_CONFIG_EXECUTABLE=C:/msys64/mingw64/bin/pkg-config
run: cmake -G "MinGW Makefiles" -B build -D PKG_CONFIG_EXECUTABLE=C:\\msys64\\mingw64\\bin\\pkg-config.exe


- name: Build the project
Expand Down

0 comments on commit 520a401

Please sign in to comment.