We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 37f2365 + 8e0c8af commit 78a36f9Copy full SHA for 78a36f9
2 files changed
.github/workflows/ZenLib_Checks.yml
@@ -11,7 +11,7 @@ jobs:
11
runs-on: ${{ matrix.os }}
12
steps:
13
- name: Checkout
14
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
15
- name: Dependencies
16
run: |
17
if [ "$RUNNER_OS" == "macOS" ]; then
@@ -45,7 +45,7 @@ jobs:
45
fail-fast: false
46
47
- name: Checkout ZenLib
48
49
with:
50
path: ZenLib
51
- name: Add msbuild to PATH
@@ -70,7 +70,7 @@ jobs:
70
CONFIGURATION: "Release"
71
72
73
74
- name: Setup MSYS2 environment
75
uses: msys2/setup-msys2@v2
76
Project/CMake/CMakeLists.txt
@@ -1,4 +1,4 @@
1
-cmake_minimum_required(VERSION 3.5.0)
+cmake_minimum_required(VERSION 3.5.0...3.31)
2
3
project(ZenLib)
4
0 commit comments