diff options
-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 |