From: Marc Fehling Date: Sat, 8 Apr 2023 03:23:36 +0000 (-0600) Subject: Override default user in container. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=870928642956054301c1e3cd5f905bdb1b39c708;p=code-gallery.git Override default user in container. --- 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