Skip to content

Commit 7bdb3eb

Browse files
committed
adding suitesparse-dev to linux build
1 parent 3f39a90 commit 7bdb3eb

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/continuous.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,13 +42,14 @@ jobs:
4242
libglu1-mesa-dev \
4343
xorg-dev \
4444
mpi \
45-
ccache
45+
ccache \
46+
libsuitesparse-dev
4647
echo 'CACHE_PATH=~/.ccache' >> "$GITHUB_ENV"
4748
4849
- name: Dependencies (macOS)
4950
if: runner.os == 'macOS'
5051
run: |
51-
brew install ccache open-mpi
52+
brew install ccache open-mpi suitesparse
5253
echo 'CACHE_PATH=~/Library/Caches/ccache' >> "$GITHUB_ENV"
5354
5455
- name: Cache Build

0 commit comments

Comments
 (0)