chore: install sdl2 on windows-latest using vcpkg
This commit is contained in:
parent
91f9aa1b58
commit
990f44d6c1
|
@ -18,6 +18,10 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
sudo apt-get update
|
sudo apt-get update
|
||||||
sudo apt-get install libsdl2-dev
|
sudo apt-get install libsdl2-dev
|
||||||
|
- name: prepare-windows
|
||||||
|
if: runner.os == 'Windows'
|
||||||
|
run: |
|
||||||
|
vcpkg install sdl2:x64-windows
|
||||||
- name: build
|
- name: build
|
||||||
run: zig build -Drelease-safe
|
run: zig build -Drelease-safe
|
||||||
lint:
|
lint:
|
||||||
|
|
Loading…
Reference in New Issue