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 4c0643d commit 3da3047
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,10 @@ jobs:
echo "PATH=C:/msys64/mingw64/bin:$PATH" >> $GITHUB_ENV
echo "PATH=C:/msys64/usr/bin:$PATH" >> $GITHUB_ENV
- name: Verify pkg-config
run: pkg-config --version
- name: Check PATH
run: echo $PATH



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

0 comments on commit 3da3047

Please sign in to comment.