1 parent 015294e commit c4d3426Copy full SHA for c4d3426
1 file changed
.github/workflows/cmake.yml
@@ -25,7 +25,7 @@ jobs:
25
- {os: windows-latest, cc: "cl", cxx: "cl"}
26
27
steps:
28
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v6
29
30
- name: Info
31
run: echo ${{ github.ref }}
@@ -52,7 +52,7 @@ jobs:
52
fail-fast: false
53
54
55
56
57
- name: Configure CMake
58
run: cmake -B ${{github.workspace}}/build -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}} -DWITH_COVERAGE=true
0 commit comments