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.
1 parent b261845 commit 389f020Copy full SHA for 389f020
.github/workflows/tests.yml
@@ -28,7 +28,7 @@ jobs:
28
container:
29
image: ghcr.io/cmakelib/${{ matrix.image }}
30
steps:
31
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v4
32
- name: Init CMakelib
33
run: |
34
git clone "https://github.com/cmakelib/cmakelib.git"
@@ -42,7 +42,7 @@ jobs:
42
cmdopt: [ "-P ./CMakeLists.txt", "." ]
43
runs-on: windows-latest
44
45
46
47
48
@@ -58,7 +58,7 @@ jobs:
58
59
runs-on: macos-latest
60
61
62
63
64
0 commit comments