debug installed dirs

This commit is contained in:
Christopher A. Mosher 2022-11-02 01:57:46 -04:00
parent dd9a7963ec
commit b666df1b8a
1 changed files with 5 additions and 0 deletions

View File

@ -101,6 +101,11 @@ jobs:
run: |
vcpkg install sdl2
- name: "Set up vcpkg and install dependencies 4"
run: |
cd vcpkg
Get-ChildItem -Recurse installed
- name: "Build"
shell: "bash"
run: |