Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dguittet authored May 15, 2024
1 parent 4b08186 commit 52a6b17
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,8 @@ jobs:
mkdir build
cd build
cmake -G "Visual Studio 17 2022" -DCMAKE_CONFIGURATION_TYPES="Release" -DCMAKE_SYSTEM_VERSION=10.0 ..
Rename-Item "$env:WXMSW3\lib\vc14x_dll vc14x_x64_dll"
dir $env:WXMSW3\lib
MSBuild.exe .\lk.sln /t:Build /p:Configuration=Release
- name: Save static lib & lksandbox
Expand Down Expand Up @@ -145,4 +147,4 @@ jobs:
path: |
build/lk_sandbox*
build/lk*.a

0 comments on commit 52a6b17

Please sign in to comment.