From d6b588af8a4f44b5a74caa0b2fe559b7d24f5dd2 Mon Sep 17 00:00:00 2001 From: mrcdr Date: Sat, 14 Oct 2023 16:47:16 +0900 Subject: [PATCH] Github Actions command fixed --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5b59aa2..c1235d4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,7 +22,7 @@ jobs: run: | sudo apt-get update sudo apt-get install valgrind - sudo apt-get install libblas-dev liblapacke-dev + sudo apt-get install libopenblas-dev liblapacke-dev - name: Prepare Google Test