From b45b4bc4be348600935d34d3cdaad317bf983a0a Mon Sep 17 00:00:00 2001 From: Matias De lellis Date: Wed, 22 Feb 2023 22:43:29 -0300 Subject: [PATCH] Add blas and lapack to ci --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8a54abc..b9ca482 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,6 +11,8 @@ jobs: uses: actions/checkout@v3 with: submodules: true + - name: install-deps + run: sudo apt update -y && sudo apt install -y libopenblas-dev liblapack-dev - name: Setup PHP uses: shivammathur/setup-php@v2 with: