Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
montythind committed Oct 23, 2024
1 parent 84792a0 commit 4d423f7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,9 @@ jobs:
echo "C:/msys64/usr/bin" >> $GITHUB_ENV
- name: Configure with CMake
run: cmake -G "MinGW Makefiles" -B build -D PKG_CONFIG_EXECUTABLE=C:/msys64/mingw64/bin/pkg-config
shell: bash
run: cmake -G "MinGW Makefiles" -B build -D PKG_CONFIG_EXECUTABLE=/mingw64/bin/pkg-config


- name: Build the project
run: cmake --build build

0 comments on commit 4d423f7

Please sign in to comment.