Skip to content

Commit

Permalink
updated windows yaml to make
Browse files Browse the repository at this point in the history
  • Loading branch information
savaughn committed Nov 20, 2023
1 parent 6203ec1 commit f78d675
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
mkdir build
cd build
cmake .. -DPKSAV_STATIC=ON -DPKSAV_ENABLE_TESTS=OFF -DPKSAV_ENABLE_DOCS=OFF -DCMAKE_BUILD_TYPE=Release
cmake --build . --config "Release"
make
- name: Build raylib
run: |
Expand Down

0 comments on commit f78d675

Please sign in to comment.