Archived
1
Fork 0

Install SDL2 through vcpkg on Windows CI

This commit is contained in:
Joshua Goins 2022-03-07 09:24:16 -05:00
parent cb3c787db0
commit 8cafbdbaae

View file

@ -20,6 +20,9 @@ jobs:
- name: Download SDL2 through Homebrew
if: matrix.os == 'macos-latest'
run: brew install sdl2
- name: Download SDL2 through vcpkg
if: matrix.os == 'windows-latest'
run: vcpkg install sdl2
- name: Download LunarG key
if: matrix.os == 'ubuntu-latest'
run: wget -qO - https://packages.lunarg.com/lunarg-signing-key-pub.asc | sudo apt-key add -