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 8ea487f commit 210d3bc
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,11 @@ jobs:
echo "C:/msys64/mingw64/bin" >> $GITHUB_ENV
echo "C:/msys64/usr/bin" >> $GITHUB_ENV
- name: Verify pkg-config
run: pkg-config --version

- name: Configure with CMake
run: cmake -G "MinGW Makefiles" -D CMAKE_BUILD_TYPE=Release -B build

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

0 comments on commit 210d3bc

Please sign in to comment.