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.
1 parent 149573f commit 6608310Copy full SHA for 6608310
.github/workflows/main.yml
@@ -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