try: VCPKG_INSTALLATION_ROOT env interpolation

This commit is contained in:
2024-04-24 00:56:47 -05:00
parent 1d68883092
commit 5bb9422df2

View File

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