Skip to content

Commit

Permalink
Use dealii-dependencies Docker image for "linux debug parallel simple…
Browse files Browse the repository at this point in the history
…x" job
  • Loading branch information
pcafrica committed May 27, 2023
1 parent 5983d19 commit 70468e0
Showing 1 changed file with 2 additions and 16 deletions.
18 changes: 2 additions & 16 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,23 +65,9 @@ jobs:

name: linux debug parallel simplex
runs-on: [ubuntu-22.04]
container:
image: dealii/dealii:master-jammy

steps:
- uses: actions/checkout@v3
- name: modules
run: |
sudo apt-get install -y software-properties-common
sudo add-apt-repository -y ppa:ginggs/deal.ii-9.4.0-backports
sudo apt-get update
sudo apt-get install -yq --no-install-recommends \
numdiff \
libboost-all-dev \
libcgal-dev \
libp4est-dev \
trilinos-all-dev \
petsc-dev \
libmetis-dev \
libhdf5-mpi-dev
- name: info
run: |
mpicc -v
Expand Down

0 comments on commit 70468e0

Please sign in to comment.