add build debugging

This commit is contained in:
Christopher A. Mosher 2022-11-02 01:32:18 -04:00
parent 393c247f1e
commit 2a54da5ac5
1 changed files with 1 additions and 0 deletions

View File

@ -91,6 +91,7 @@ jobs:
run: |
git clone https://github.com/Microsoft/vcpkg.git
.\vcpkg\bootstrap-vcpkg.bat -disableMetrics
Get-ChildItem -Recurse vcpkg
vcpkg install sdl2
- name: "Build"