diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index 980d68b..7731dda 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -10,10 +10,11 @@ jobs: runs-on: ubuntu-latest container: image: alpine:latest + options: --user root steps: - run: apk add --no-cache tectonic nodejs - name: Checkout code - uses: actions/checkout@v3 + uses: actions/checkout@v4 - run: tectonic Main.tex # - name: Create Release