Skip to content

Commit 1679260

Browse files
author
Kartik Kumar
committed
Update GitHub Actions script to address problem with compiling Catch2 library.
1 parent c694f56 commit 1679260

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/run-all-tests.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ jobs:
1111
run-tests:
1212
runs-on: ubuntu-latest
1313
steps:
14-
- name: Checkout
15-
uses: actions/checkout@v2.4.2
16-
- name: Setup CMake
17-
uses: jwlawson/actions-setup-cmake@v1.12
14+
- name: Checkout Project
15+
uses: actions/checkout@v4.2.2
16+
- name: Build Project
17+
uses: threeal/cmake[email protected]
1818
with:
1919
cmake-version: '3.23.x'
2020
- name: Build CMake project

0 commit comments

Comments
 (0)