chore: install sdl2 on windows-latest using vcpkg

This commit is contained in:
Rekai Nyangadzayi Musuka 2022-10-31 07:14:44 -03:00
parent 91f9aa1b58
commit 990f44d6c1
1 changed files with 4 additions and 0 deletions

View File

@ -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: