Skip to content

Commit

Permalink
Trying to fix permission error
Browse files Browse the repository at this point in the history
  • Loading branch information
A-CGray committed Jul 15, 2024
1 parent 613e608 commit 06afad3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/oas.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,9 @@ jobs:
dockerImage: [stable, latest]

runs-on: ubuntu-latest
container: mdolab/public:u22-gcc-ompi-${{ matrix.dockerImage }}-amd64
container:
image: mdolab/public:u22-gcc-ompi-${{ matrix.dockerImage }}-amd64
options: --user root
steps:
- uses: actions/checkout@v4
- name: Install OAS
Expand Down

0 comments on commit 06afad3

Please sign in to comment.