Skip to content

Commit

Permalink
Bumped visual studio to the new version
Browse files Browse the repository at this point in the history
The old version no longer works
  • Loading branch information
gentlegiantJGC committed Aug 23, 2022
1 parent 7e9385b commit 7cc5e79
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build_windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
shell: cmd
run: |
cd zlib
cmake -G "Visual Studio 16 2019" -A Win32 -T v140
cmake -G "Visual Studio 17 2022" -A Win32 -T v143
cmake --build . --config Release
cd ..
Expand All @@ -32,7 +32,7 @@ jobs:
run: |
mkdir build_leveldb
cd build_leveldb
cmake -DZLIB_INCLUDE_DIR="..\zlib" -DZLIB_LIBRARY="..\zlib\Release\zlibstatic.lib" -DCMAKE_WINDOWS_EXPORT_ALL_SYMBOLS=TRUE -G "Visual Studio 16 2019" -A Win32 -T v140 ..\leveldb-mcpe
cmake -DZLIB_INCLUDE_DIR="..\zlib" -DZLIB_LIBRARY="..\zlib\Release\zlibstatic.lib" -DCMAKE_WINDOWS_EXPORT_ALL_SYMBOLS=TRUE -G "Visual Studio 17 2022" -A Win32 -T v143 ..\leveldb-mcpe
cmake --build . --config Release
cd ..
Expand Down Expand Up @@ -60,7 +60,7 @@ jobs:
shell: cmd
run: |
cd zlib
cmake -G "Visual Studio 16 2019" -A x64 -T v140
cmake -G "Visual Studio 17 2022" -A x64 -T v143
cmake --build . --config Release
cd ..
Expand All @@ -74,7 +74,7 @@ jobs:
run: |
mkdir build_leveldb
cd build_leveldb
cmake -DZLIB_INCLUDE_DIR="..\zlib" -DZLIB_LIBRARY="..\zlib\Release\zlibstatic.lib" -DCMAKE_WINDOWS_EXPORT_ALL_SYMBOLS=TRUE -G "Visual Studio 16 2019" -A x64 -T v140 ..\leveldb-mcpe
cmake -DZLIB_INCLUDE_DIR="..\zlib" -DZLIB_LIBRARY="..\zlib\Release\zlibstatic.lib" -DCMAKE_WINDOWS_EXPORT_ALL_SYMBOLS=TRUE -G "Visual Studio 17 2022" -A x64 -T v143 ..\leveldb-mcpe
cmake --build . --config Release
cd ..
Expand Down

0 comments on commit 7cc5e79

Please sign in to comment.