try: Switch to VCPKG at root

This commit is contained in:
2024-04-24 01:02:53 -05:00
parent 5bb9422df2
commit 4847160f06

View File

@@ -47,7 +47,7 @@ jobs:
mv ./tmp/SDL2_image-${{ env.SDL2_IMAGE }}/lib/x64/SDL2_image.lib ./ mv ./tmp/SDL2_image-${{ env.SDL2_IMAGE }}/lib/x64/SDL2_image.lib ./
- name: Install SDL2_gfx - name: Install SDL2_gfx
run: .\${{ env.VCPKG_INSTALLATION_ROOT }}\vcpkg.exe install sdl2-gfx --triplet x64-windows run: C:\vcpkg\vcpkg.exe install sdl2-gfx --triplet x64-windows
- name: Setup Rust (Windows) - name: Setup Rust (Windows)
uses: actions-rs/toolchain@v1 uses: actions-rs/toolchain@v1