Skip to content

Commit 6608310

Browse files
committed
Fix pkgcheck URL
1 parent 149573f commit 6608310

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
run: |
5656
apt-get update -y
5757
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
58+
curl -fSL --retry 3 --retry-all-errors -o pkgcheck https://mirrors.ctan.org/support/pkgcheck/bin/pkgcheck-x86_64-unknown-linux-musl
5959
chmod +x pkgcheck
6060
PKGDIR=$(mktemp -d)
6161
tar xzf "pgf-umlcd_${GIT_TAG}.tar.gz" -C "$PKGDIR"

0 commit comments

Comments
 (0)