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 c694f56 commit 1679260Copy full SHA for 1679260
.github/workflows/run-all-tests.yml
@@ -11,10 +11,10 @@ jobs:
11
run-tests:
12
runs-on: ubuntu-latest
13
steps:
14
- - name: Checkout
15
- uses: actions/checkout@v2.4.2
16
- - name: Setup CMake
17
- uses: jwlawson/actions-setup-cmake@v1.12
+ - name: Checkout Project
+ uses: actions/checkout@v4.2.2
+ - name: Build Project
+ uses: threeal/cmake[email protected]
18
with:
19
cmake-version: '3.23.x'
20
- name: Build CMake project
0 commit comments