mirror of
https://github.com/cmosher01/Epple-II.git
synced 2024-12-29 00:31:40 +00:00
use vcpkg for windows build
This commit is contained in:
parent
d30e72fe70
commit
f28bb1d24e
4
.github/workflows/build.yaml
vendored
4
.github/workflows/build.yaml
vendored
@ -90,8 +90,8 @@ jobs:
|
|||||||
# TODO use https://github.com/lukka/CppCMakeVcpkgTemplate instead of this
|
# TODO use https://github.com/lukka/CppCMakeVcpkgTemplate instead of this
|
||||||
run: |
|
run: |
|
||||||
git clone https://github.com/Microsoft/vcpkg.git
|
git clone https://github.com/Microsoft/vcpkg.git
|
||||||
./vcpkg/bootstrap-vcpkg.sh -disableMetrics
|
.\vcpkg\bootstrap-vcpkg.bat -disableMetrics
|
||||||
./vcpkg/vcpkg install sdl2[core,wayland]
|
vcpkg install sdl2[core,wayland]
|
||||||
|
|
||||||
- name: "Build"
|
- name: "Build"
|
||||||
run: |
|
run: |
|
||||||
|
Loading…
Reference in New Issue
Block a user