diff options
author | Pjotr Prins | 2023-06-29 12:31:59 +0200 |
---|---|---|
committer | Pjotr Prins | 2023-06-29 12:31:59 +0200 |
commit | eeb9aec5254387ead0b934d3a84e178af6899b78 (patch) | |
tree | 67dcd98ae86223a4c9435f9f4affe4963b1c1491 /.github/workflows | |
parent | 8cd4cdb23ecae8387c942ae5c203c5d61e137376 (diff) | |
download | pangemma-eeb9aec5254387ead0b934d3a84e178af6899b78.tar.gz |
github action fix
Diffstat (limited to '.github/workflows')
-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 2682e3f..72c07cd 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 python + run: sudo apt-get install gfortran libopenblas-dev libgsl-dev zlib1g-dev catch ruby python3 - name: make run: make debug - name: make check |