Skip to content

Commit bbb3556

Browse files
committed
Bump wikidocs; freshen docs action
1 parent 6214beb commit bbb3556

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -266,14 +266,14 @@ jobs:
266266
docs:
267267
if: github.repository == 'bwipp/postscriptbarcode'
268268
runs-on: ubuntu-24.04
269-
container: pandoc/latex:2.9
269+
container: pandoc/latex:3.10-debian # glibc base; Alpine musl lacks symbols needed by Node 24
270270

271271
steps:
272272
- name: Install dependencies
273-
run: apk add --no-cache git make
273+
run: apt-get update && apt-get install -y git make
274274

275275
- name: Checkout
276-
uses: actions/checkout@v4 # v6 requires Node 24 which is incompatible with Alpine musl
276+
uses: actions/checkout@v6
277277
with:
278278
persist-credentials: false
279279
submodules: true

0 commit comments

Comments
 (0)