Skip to content

Commit 864261d

Browse files
author
Kartik Kumar
committed
Reset GitHub Actions workflow to previous version since problem with compiling Catch2 seems to have been solved by updating to latest tagged release.
1 parent 968b1e5 commit 864261d

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
16-
# - name: Build CMake
17-
# uses: threeal/[email protected]
18-
# with:
19-
# cmake-version: '3.23.x'
14+
- name: Checkout
15+
uses: actions/checkout@v2.4.2
16+
- name: Setup CMake
17+
uses: jwlawson/[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)