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