try cmd shell

This commit is contained in:
Christopher A. Mosher 2022-11-02 01:48:49 -04:00
parent 8d98895385
commit dd9a7963ec
1 changed files with 8 additions and 1 deletions

View File

@ -91,7 +91,14 @@ jobs:
shell: "cmd"
run: |
git clone https://github.com/Microsoft/vcpkg.git
.\vcpkg\bootstrap-vcpkg.bat -disableMetrics
- name: "Set up vcpkg and install dependencies 2"
shell: "cmd"
run: "vcpkg\\bootstrap-vcpkg.bat -disableMetrics"
- name: "Set up vcpkg and install dependencies 3"
shell: "cmd"
run: |
vcpkg install sdl2
- name: "Build"