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 6214beb commit bbb3556Copy full SHA for bbb3556
1 file changed
.github/workflows/ci.yml
@@ -266,14 +266,14 @@ jobs:
266
docs:
267
if: github.repository == 'bwipp/postscriptbarcode'
268
runs-on: ubuntu-24.04
269
- container: pandoc/latex:2.9
+ container: pandoc/latex:3.10-debian # glibc base; Alpine musl lacks symbols needed by Node 24
270
271
steps:
272
- name: Install dependencies
273
- run: apk add --no-cache git make
+ run: apt-get update && apt-get install -y git make
274
275
- name: Checkout
276
- uses: actions/checkout@v4 # v6 requires Node 24 which is incompatible with Alpine musl
+ uses: actions/checkout@v6
277
with:
278
persist-credentials: false
279
submodules: true
0 commit comments