diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index 0f3b632..44b6082 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -8,14 +8,10 @@ on: jobs: build: runs-on: ubuntu-latest - + container: tectonictypesetting/tectonic:latest steps: - name: Checkout code uses: actions/checkout@v3 - - - uses: https://github.com/wtfjoke/setup-tectonic@HEAD - with: - biber-version: 'latest' - run: tectonic Main.tex # - name: Create Release