1 parent 7594de9 commit 2312285Copy full SHA for 2312285
2 files changed
.github/workflows/build.yml
@@ -22,9 +22,6 @@ jobs:
22
- name: Checkout repository
23
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
24
25
- - uses: astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0
26
- - uses: typst-community/setup-typst@v5
27
-
28
- name: Log in to the Container registry
29
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5.0
30
with:
Containerfile
@@ -1226,7 +1226,7 @@ RUN du -h -d0 /busybox/_install/bin/busybox
1226
# -- Bundle the static files -- #
1227
FROM alpine:3.13.2 AS bundler
1228
1229
-RUN apk add --no-cache make
+RUN apk add --no-cache make typst uv
1230
1231
COPY . .
1232
0 commit comments