From cc51ee0ccfff9035a80e42d7010da9537d803adf Mon Sep 17 00:00:00 2001 From: Daniel Shapero Date: Wed, 28 Jun 2023 07:43:37 -0700 Subject: [PATCH] Try root user --- .github/workflows/compile.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/compile.yml b/.github/workflows/compile.yml index 4641a5e..16f019a 100644 --- a/.github/workflows/compile.yml +++ b/.github/workflows/compile.yml @@ -3,7 +3,9 @@ on: [push] jobs: build_latex: runs-on: ubuntu-latest - container: ghcr.io/icepack/tensor-product-stokes:0.0.1 + container: + image: ghcr.io/icepack/tensor-product-stokes:0.0.1 + options: --user root steps: - name: Check out git repository uses: actions/checkout@v3