From 2a19c9d714024c16408a1104a4e378e8aae2debe Mon Sep 17 00:00:00 2001 From: Joshua Coles Date: Wed, 5 Jun 2024 19:06:23 +0100 Subject: [PATCH] Move to own version of setup-tectonic --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 697f809..249fcdc 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -23,7 +23,7 @@ jobs: restore-keys: | ${{ runner.os }}-tectonic- - - uses: wtfjoke/setup-tectonic@v3 + - uses: joshuacoles/setup-tectonic@master with: github-token: ${{ secrets.GITHUB_TOKEN }} - name: Run Tectonic