Skip to content

Commit

Permalink
Merge pull request #15278 from pcafrica/docker_workflow
Browse files Browse the repository at this point in the history
Use dealii-dependencies Docker for GitHub workflow
  • Loading branch information
luca-heltai committed May 28, 2023
2 parents d0b4bc2 + 1be2410 commit 3c41563
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/dependencies: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 3c41563

Please sign in to comment.