Skip to content

Commit

Permalink
Merge pull request #15285 from masterleinad/fix_github_linux_ci
Browse files Browse the repository at this point in the history
Fix GitHub Linux CI
  • Loading branch information
marcfehling committed May 30, 2023
2 parents 3044dfc + 6f70eda commit b065060
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,10 @@ jobs:
runs-on: [ubuntu-22.04]
container:
image: dealii/dependencies:jammy
options: --user root --env OMPI_ALLOW_RUN_AS_ROOT=1 --env OMPI_ALLOW_RUN_AS_ROOT_CONFIRM=1

steps:
- uses: actions/checkout@v3
- name: info
run: |
mpicc -v
Expand Down

0 comments on commit b065060

Please sign in to comment.