diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d3bbc25..194f5c2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,7 +22,9 @@ jobs: run: brew install sdl2 - name: Download SDL2 through vcpkg if: matrix.os == 'windows-latest' - run: vcpkg install sdl2 + run: | + . "C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Auxiliary\Build\vcvars64.bat" + 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 -