From df4a5781d94af69999ece3f2142a64444140f1ac Mon Sep 17 00:00:00 2001 From: Joshua Goins Date: Mon, 7 Mar 2022 09:42:55 -0500 Subject: [PATCH] Making vcpkg work please --- .github/workflows/ci.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 194f5c2..dd59d69 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 -