chore: integrate vcpkg before installing sdl2

This commit is contained in:
Rekai Nyangadzayi Musuka 2022-10-31 07:30:43 -03:00
parent 990f44d6c1
commit 0d13934f56
1 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,4 @@
on: [push] on: [push, workflow_dispatch]
jobs: jobs:
build: build:
@ -21,6 +21,7 @@ jobs:
- name: prepare-windows - name: prepare-windows
if: runner.os == 'Windows' if: runner.os == 'Windows'
run: | run: |
vcpkg integrate install
vcpkg install sdl2:x64-windows vcpkg install sdl2:x64-windows
- name: build - name: build
run: zig build -Drelease-safe run: zig build -Drelease-safe