mirror of
https://github.com/Xevion/rust-sdl2-emscripten.git
synced 2026-01-30 21:01:56 -06:00
try: VCPKG_INSTALLATION_ROOT env interpolation
This commit is contained in:
Vendored
+1
-1
@@ -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: .\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)
|
- name: Setup Rust (Windows)
|
||||||
uses: actions-rs/toolchain@v1
|
uses: actions-rs/toolchain@v1
|
||||||
|
|||||||
Reference in New Issue
Block a user