We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7df7be5 commit 66bee8fCopy full SHA for 66bee8f
.github/workflows/CI.yml
@@ -53,6 +53,7 @@ jobs:
53
--install /usr/bin/gcc gcc /usr/bin/gcc-${{ matrix.gcc_v }} 100 \
54
--slave /usr/bin/gfortran gfortran /usr/bin/gfortran-${{ matrix.gcc_v }} \
55
--slave /usr/bin/gcov gcov /usr/bin/gcov-${{ matrix.gcc_v }}
56
+ sudo apt-get install libblas-dev liblapack-dev
57
58
# - name: Compile
59
# run: fpm build --profile release
0 commit comments