mirror of
https://github.com/Xevion/rust-sdl2-emscripten.git
synced 2025-12-06 01:16:14 -06:00
debug: list sdl2_gfx dirs before copy
This commit is contained in:
3
.github/workflows/windows.yaml
vendored
3
.github/workflows/windows.yaml
vendored
@@ -49,9 +49,10 @@ jobs:
|
||||
- name: Install SDL2_gfx
|
||||
run: |
|
||||
C:\vcpkg\vcpkg.exe install sdl2-gfx --triplet x64-windows
|
||||
ls C:\vcpkg\packages\sdl2-gfx_x64-windows\share\sdl2-gfx\
|
||||
ls C:\vcpkg\installed\sdl2-gfx_x64-windows\share\sdl2-gfx\
|
||||
cp C:\vcpkg\packages\sdl2-gfx_x64-windows\share\sdl2-gfx\SDL2_gfx.lib ./
|
||||
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\
|
||||
|
||||
- name: Setup Rust (Windows)
|
||||
uses: actions-rs/toolchain@v1
|
||||
|
||||
Reference in New Issue
Block a user