From aaee49008e46550458ead2afe5c3ad15a1440d86 Mon Sep 17 00:00:00 2001 From: HPDell Date: Sun, 21 Jul 2024 16:34:45 +0100 Subject: [PATCH] edit(workflow): install gsl and openmpi on ubuntu --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 4a63407..a7830c8 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -34,7 +34,7 @@ jobs: - name: Install dependencies run: | sudo apt-get -qq update - sudo apt-get -qq install libarmadillo-dev libopenblas-dev catch2 + sudo apt-get -qq install libarmadillo-dev libopenblas-dev libgsl-dev libopenmpi-dev catch2 # Runs the test container to run test scripts - name: CMake test run: |