diff options
author | Pjotr Prins | 2023-06-30 08:56:29 +0200 |
---|---|---|
committer | Pjotr Prins | 2023-06-30 08:56:29 +0200 |
commit | 8132837eb10a419a8b88fd54d728989a0df22db8 (patch) | |
tree | ff5d033b15c643fd5e640f0bf086542e4d236ba1 /.github | |
parent | eeb9aec5254387ead0b934d3a84e178af6899b78 (diff) | |
download | pangemma-8132837eb10a419a8b88fd54d728989a0df22db8.tar.gz |
github action: add catch2
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/c-cpp.yml | 2 |
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 |