Skip to content

Commit

Permalink
Try root user
Browse files Browse the repository at this point in the history
  • Loading branch information
danshapero committed Jun 28, 2023
1 parent e68a5d8 commit cc51ee0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/compile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit cc51ee0

Please sign in to comment.