Skip to content

Commit

Permalink
Add --debug
Browse files Browse the repository at this point in the history
  • Loading branch information
DanRStevens committed Jun 27, 2023
1 parent e7a2a8b commit 0c60e66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:

- name: Install vcpkg dependencies
working-directory: ${{env.GITHUB_WORKSPACE}}
run: nas2d-core\InstallVcpkgDeps.bat
run: vcpkg install --debug --recurse --triplet %PLATFORM%-windows glew sdl2 sdl2-image sdl2-ttf sdl2-mixer gtest

- name: Build
working-directory: ${{env.GITHUB_WORKSPACE}}
Expand Down

0 comments on commit 0c60e66

Please sign in to comment.