Skip to content

Commit

Permalink
Update build_windows.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
maxb-io authored Jan 26, 2024
1 parent ce266a3 commit c3cbc72
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build_windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,12 @@ jobs:
git clone https://github.com/maxb-io/zlib.git -b max1.3 zlib-1.3.1
cd zlib-1.3.1\contrib\vstudio\vc14
devenv zlibvc.sln /upgrade
echo "111111"
dir ../../../
echo "222222"
cp ../../../zlib.h .
echo "333333"
dir
msbuild zlibvc.sln /p:Configuration=Debug /p:Platform=x64
msbuild zlibvc.sln /p:Configuration=Release /p:Platform=x64
copy x64\ZlibDllRelease\zlibwapi.lib x64\ZlibStatRelease\
Expand Down

0 comments on commit c3cbc72

Please sign in to comment.