mirror of
https://github.com/Xevion/rust-sdl2-emscripten.git
synced 2025-12-08 12:08:27 -06:00
remove VCPKG_ROOT vars
This commit is contained in:
6
.github/workflows/windows.yaml
vendored
6
.github/workflows/windows.yaml
vendored
@@ -48,9 +48,9 @@ jobs:
|
|||||||
|
|
||||||
- name: Install SDL2_gfx
|
- name: Install SDL2_gfx
|
||||||
run: |
|
run: |
|
||||||
${{ env.VCPKG_ROOT }}\vcpkg.exe install sdl2-gfx --triplet x64-windows
|
C:\vcpkg\vcpkg.exe install sdl2-gfx --triplet x64-windows
|
||||||
cp ${{ env.VCPKG_ROOT }}\packages\sdl2-gfx_x64-windows\share\sdl2-gfx\SDL2_gfx.lib ./
|
cp C:\vcpkg\packages\sdl2-gfx_x64-windows\share\sdl2-gfx\SDL2_gfx.lib ./
|
||||||
cp ${{ env.VCPKG_ROOT }}\packages\sdl2-gfx_x64-windows\share\sdl2-gfx\SDL2_gfx.dll ./
|
cp C:\vcpkg\packages\sdl2-gfx_x64-windows\share\sdl2-gfx\SDL2_gfx.dll ./
|
||||||
ls C:\vcpkg\packages\sdl2-gfx_x64-windows\share\sdl2-gfx\
|
ls C:\vcpkg\packages\sdl2-gfx_x64-windows\share\sdl2-gfx\
|
||||||
|
|
||||||
- name: Setup Rust (Windows)
|
- name: Setup Rust (Windows)
|
||||||
|
|||||||
Reference in New Issue
Block a user