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 5ea77ca commit df71880Copy full SHA for df71880
.github/workflows/cmake-desktop.yml
@@ -19,7 +19,7 @@ jobs:
19
BUILD_PATH: ${{ github.workspace }}/build/${{ matrix.os }}/${{ matrix.type }}
20
21
steps:
22
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v4
23
24
- name: Configure CMake
25
run: cmake -B ${{ env.BUILD_PATH }} -DCMAKE_BUILD_TYPE=${{ env.BUILD_TYPE }}
0 commit comments