aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPjotr Prins2023-06-30 08:56:29 +0200
committerPjotr Prins2023-06-30 08:56:29 +0200
commit8132837eb10a419a8b88fd54d728989a0df22db8 (patch)
treeff5d033b15c643fd5e640f0bf086542e4d236ba1
parenteeb9aec5254387ead0b934d3a84e178af6899b78 (diff)
downloadpangemma-8132837eb10a419a8b88fd54d728989a0df22db8.tar.gz
github action: add catch2
-rw-r--r--.github/workflows/c-cpp.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/c-cpp.yml b/.github/workflows/c-cpp.yml
index 72c07cd..4ea9ad9 100644
--- a/.github/workflows/c-cpp.yml
+++ b/.github/workflows/c-cpp.yml
@@ -14,7 +14,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: install dependencies
- run: sudo apt-get install gfortran libopenblas-dev libgsl-dev zlib1g-dev catch ruby python3
+ run: sudo apt-get install gfortran libopenblas-dev libgsl-dev zlib1g-dev catch ruby python3 catch2
- name: make
run: make debug
- name: make check