Archived
1
Fork 0

Making vcpkg work please

This commit is contained in:
Joshua Goins 2022-03-07 09:42:55 -05:00
parent 37fe1a21db
commit df4a5781d9

View file

@ -22,9 +22,7 @@ jobs:
run: brew install sdl2
- name: Download SDL2 through vcpkg
if: matrix.os == 'windows-latest'
run: |
. "C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Auxiliary\Build\vcvars64.bat"
vcpkg --triplet=${{ matrix.triplet }} install sdl2
run: vcpkg --triplet=${{ matrix.triplet }} 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 -