Skip to content

Commit

Permalink
fix "
Browse files Browse the repository at this point in the history
add self-texlive runner if available #19
  • Loading branch information
prudhomm committed Aug 14, 2024
1 parent dfdfc9d commit 32f6672
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/latex.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
echo "runner=self-texlive" >> "$GITHUB_OUTPUT"
fi
else
echo "runner=ubuntu-latest" >> "$GITHUB_OUTPUT
echo "runner=ubuntu-latest" >> "$GITHUB_OUTPUT"
fi
env:
GH_TOKEN: ${{ secrets.TOKEN_RUNNER }}
Expand Down

0 comments on commit 32f6672

Please sign in to comment.