Skip to content

Commit 0b9e7a0

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

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@ jobs:
1111
run-tests:
1212
runs-on: ubuntu-latest
1313
steps:
14-
- name: Checkout Project
15-
uses: actions/checkout@v4.2.2
16-
- name: Build Project
17-
uses: threeal/[email protected]
18-
with:
19-
cmake-version: '3.23.x'
14+
- name: Checkout project
15+
uses: actions/checkout@v4
16+
# - name: Build CMake
17+
# uses: threeal/[email protected]
18+
# with:
19+
# cmake-version: '3.23.x'
2020
- name: Build CMake project
2121
run: |
2222
cmake -S . -B build -DBUILD_TESTING=on

0 commit comments

Comments
 (0)