We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents be8ca81 + 6608310 commit f8dd1d0Copy full SHA for f8dd1d0
.github/workflows/main.yml
@@ -13,7 +13,7 @@ jobs:
13
engine: [pdflatex, lualatex, xelatex, latex]
14
15
steps:
16
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
17
with:
18
fetch-depth: 0
19
@@ -55,7 +55,7 @@ jobs:
55
run: |
56
apt-get update -y
57
DEBIAN_FRONTEND=noninteractive apt-get install -y curl poppler-utils
58
- curl --retry 3 --retry-all-errors -L -o pkgcheck https://mirrors.ctan.org/support/pkgcheck/bin/pkgcheck
+ curl -fSL --retry 3 --retry-all-errors -o pkgcheck https://mirrors.ctan.org/support/pkgcheck/bin/pkgcheck-x86_64-unknown-linux-musl
59
chmod +x pkgcheck
60
PKGDIR=$(mktemp -d)
61
tar xzf "pgf-umlcd_${GIT_TAG}.tar.gz" -C "$PKGDIR"
0 commit comments