mirror of
https://github.com/Xevion/rust-sdl2-emscripten.git
synced 2025-12-06 01:16:14 -06:00
try: Switch to VCPKG at root
This commit is contained in:
2
.github/workflows/windows.yaml
vendored
2
.github/workflows/windows.yaml
vendored
@@ -47,7 +47,7 @@ jobs:
|
||||
mv ./tmp/SDL2_image-${{ env.SDL2_IMAGE }}/lib/x64/SDL2_image.lib ./
|
||||
|
||||
- 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)
|
||||
uses: actions-rs/toolchain@v1
|
||||
|
||||
Reference in New Issue
Block a user