mirror of
https://github.com/Xevion/rust-sdl2-emscripten.git
synced 2025-12-11 04:08:28 -06:00
try: Install SDL2_gfx with VCPKG
This commit is contained in:
3
.github/workflows/windows.yaml
vendored
3
.github/workflows/windows.yaml
vendored
@@ -46,6 +46,9 @@ jobs:
|
||||
mv ./tmp/SDL2_image-${{ env.SDL2_IMAGE }}/lib/x64/SDL2_image.dll ./
|
||||
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
|
||||
|
||||
- name: Setup Rust (Windows)
|
||||
uses: actions-rs/toolchain@v1
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user