From 20cd9f031f505251e503a5d35bae471ec61eaad6 Mon Sep 17 00:00:00 2001 From: Martin Kroeker Date: Wed, 27 Mar 2024 18:05:27 +0100 Subject: [PATCH] Update .cirrus.yml --- .cirrus.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.cirrus.yml b/.cirrus.yml index d860a0ad5..1881bce34 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -114,7 +114,7 @@ task: image: node:latest compile_script: - apt-get update - - apt install gfortran + - apt install -y gfortran - make - wget https://gist.github.com/martin-frbg/7790c2cd10f4a56fefd7bb8a8309113f/raw/442dddacd1392c5f43ae7f70d6e315331fa5be49/issue4583.cpp - g++ -I. -Ilapack-netlib/LAPACKE/include issue4583.cpp libopenblas.a -lgfortran -o issue4583