From 870928642956054301c1e3cd5f905bdb1b39c708 Mon Sep 17 00:00:00 2001 From: Marc Fehling Date: Fri, 7 Apr 2023 21:23:36 -0600 Subject: [PATCH] Override default user in container. --- .github/workflows/precice-ci.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/precice-ci.yml b/.github/workflows/precice-ci.yml index b94886e..6beeb0e 100644 --- a/.github/workflows/precice-ci.yml +++ b/.github/workflows/precice-ci.yml @@ -21,12 +21,9 @@ jobs: container: image: dealii/dealii:${{ matrix.dealii_version }}-focal + options: --user root steps: - - name: Setup - run: | - sudo chown -R $USER:$USER $GITHUB_WORKSPACE - - uses: actions/checkout@v2 - name: Compile -- 2.39.5