mirror of
https://github.com/cmosher01/Epple-II.git
synced 2025-01-06 21:30:47 +00:00
try cmd shell
This commit is contained in:
parent
8d98895385
commit
dd9a7963ec
9
.github/workflows/build.yaml
vendored
9
.github/workflows/build.yaml
vendored
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user