mirror of
https://github.com/love2d/megasource.git
synced 2026-08-12 00:20:55 +02:00
Workaround GitHub Actions environment issue.
See actions/runner-images#10980.
This commit is contained in:
@@ -29,6 +29,6 @@ jobs:
|
||||
- name: Configure
|
||||
env:
|
||||
PLATFORM: ${{ matrix.platform }}
|
||||
run: cmake -Bbuild -Hmegasource -T v142 -A %PLATFORM% -DCMAKE_INSTALL_PREFIX=%CD%\install
|
||||
run: cmake -Bbuild -Smegasource -T v142 -A %PLATFORM%,version=10.0.26100.0 --install-prefix %CD%\install
|
||||
- name: Install
|
||||
run: cmake --build build --config Release --target install -j2
|
||||
|
||||
Reference in New Issue
Block a user