Skip to content

Commit

Permalink
dir
Browse files Browse the repository at this point in the history
  • Loading branch information
AXDOOMER authored Aug 4, 2023
1 parent f4a7723 commit 46ddc76
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,13 @@ jobs:
mkdir build
cd build
cmake .. -DCMAKE_TOOLCHAIN_FILE=C:/vcpkg/scripts/buildsystems/vcpkg.cmake
Get-ChildItem -Path "C:\vcpkg" -Recurse -Filter "sdl2-imageConfig.cmake","sdl2-image-config.cmake" -File -ErrorAction SilentlyContinue | Select-Object -ExpandProperty FullName
cd C:/vcpkg
dir /s /b sdl2-imageConfig.cmake
dir /s /b sdl2-image-config.cmake
cmake --build .
Get-ChildItem -Path "C:\vcpkg" -Recurse -Filter "sdl2-imageConfig.cmake","sdl2-image-config.cmake" -File -ErrorAction SilentlyContinue | Select-Object -ExpandProperty FullName
cd C:/vcpkg
dir /s /b sdl2-imageConfig.cmake
dir /s /b sdl2-image-config.cmake
- name: Create archive
run: |
Expand All @@ -59,7 +63,7 @@ jobs:
name: meshglide
path: meshglide.zip

build-msys:
build-msys2:
runs-on: windows-latest

defaults:
Expand Down

0 comments on commit 46ddc76

Please sign in to comment.