mirror of
https://github.com/love2d/love.git
synced 2026-08-20 12:40:20 +02:00
CI: explicitly set the visual studio version when building for windows
This commit is contained in:
@@ -53,7 +53,7 @@ jobs:
|
|||||||
shell: cmd
|
shell: cmd
|
||||||
env:
|
env:
|
||||||
PLATFORM: ${{ matrix.platform }}
|
PLATFORM: ${{ matrix.platform }}
|
||||||
run: cmake -Bbuild -Hmegasource -T v142 -A %PLATFORM% -DCMAKE_INSTALL_PREFIX=%CD%\install
|
run: cmake -Bbuild -Hmegasource -G "Visual Studio 16 2019" -A %PLATFORM% -DCMAKE_INSTALL_PREFIX=%CD%\install
|
||||||
- name: Install
|
- name: Install
|
||||||
shell: cmd
|
shell: cmd
|
||||||
run: cmake --build build --config Release --target install -j2
|
run: cmake --build build --config Release --target install -j2
|
||||||
|
|||||||
Reference in New Issue
Block a user