mirror of
https://github.com/Xevion/rust-sdl2-emscripten.git
synced 2025-12-06 05:16:25 -06:00
debug: upload VCPKG dir
This commit is contained in:
13
.github/workflows/windows.yaml
vendored
13
.github/workflows/windows.yaml
vendored
@@ -49,10 +49,15 @@ jobs:
|
|||||||
- name: Install SDL2_gfx
|
- name: Install SDL2_gfx
|
||||||
run: |
|
run: |
|
||||||
C:\vcpkg\vcpkg.exe install sdl2-gfx --triplet x64-windows
|
C:\vcpkg\vcpkg.exe install sdl2-gfx --triplet x64-windows
|
||||||
ls C:\vcpkg\packages\sdl2-gfx_x64-windows\share\sdl2-gfx\
|
#cp C:\vcpkg\packages\sdl2-gfx_x64-windows\share\sdl2-gfx\SDL2_gfx.lib ./
|
||||||
ls C:\vcpkg\installed\sdl2-gfx_x64-windows\share\sdl2-gfx\
|
#cp C:\vcpkg\packages\sdl2-gfx_x64-windows\share\sdl2-gfx\SDL2_gfx.dll ./
|
||||||
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 ./
|
- name: Debug - VCPKG
|
||||||
|
uses: actions/upload-artifact@v4
|
||||||
|
with:
|
||||||
|
path: C:\vcpkg\
|
||||||
|
retention-days: 7
|
||||||
|
if-no-files-found: error
|
||||||
|
|
||||||
- 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