mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-11 10:41:16 +00:00
Require at least CMake 3.25 for MSVC_DEBUG_INFORMATION_FORMAT
This commit is contained in:
parent
1f39dabc12
commit
f69c9faa08
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -75,7 +75,7 @@ jobs:
|
||||
uses: jwlawson/actions-setup-cmake@v2
|
||||
with:
|
||||
# Use minimum supported version
|
||||
cmake-version: '3.15.x'
|
||||
cmake-version: '3.25.x'
|
||||
|
||||
- name: Patch MSVC 4.2
|
||||
run: |
|
||||
@ -116,7 +116,7 @@ jobs:
|
||||
uses: jwlawson/actions-setup-cmake@v2
|
||||
with:
|
||||
# Use minimum supported version
|
||||
cmake-version: '3.15.x'
|
||||
cmake-version: '3.25.x'
|
||||
|
||||
- name: Patch MSVC 4.2
|
||||
run: |
|
||||
|
||||
2
.github/workflows/compare.yml
vendored
2
.github/workflows/compare.yml
vendored
@ -73,7 +73,7 @@ jobs:
|
||||
uses: jwlawson/actions-setup-cmake@v2
|
||||
with:
|
||||
# Use minimum supported version
|
||||
cmake-version: '3.15.x'
|
||||
cmake-version: '3.25.x'
|
||||
|
||||
- name: Patch MSVC 4.2
|
||||
run: |
|
||||
|
||||
Loading…
Reference in New Issue
Block a user