try cmd shell

This commit is contained in:
Christopher A. Mosher 2022-11-02 01:41:05 -04:00
parent 2a54da5ac5
commit 8d98895385
1 changed files with 1 additions and 1 deletions

View File

@ -88,10 +88,10 @@ jobs:
- name: "Set up vcpkg and install dependencies"
# TODO use https://github.com/lukka/CppCMakeVcpkgTemplate instead of this
shell: "cmd"
run: |
git clone https://github.com/Microsoft/vcpkg.git
.\vcpkg\bootstrap-vcpkg.bat -disableMetrics
Get-ChildItem -Recurse vcpkg
vcpkg install sdl2
- name: "Build"