Skip to content

Commit 4482a86

Browse files
committed
fixup! Port asset builder to Deno
1 parent 3e3b09c commit 4482a86

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
contents: read
1010

1111
container:
12-
image: ghcr.io/weasyl/ci-base-image@sha256:9077eec5368014b587402e54a90b7af8070a210041336ce9b66954a660d782da
12+
image: ghcr.io/weasyl/ci-base-image@sha256:24ade9a64067dda4912bfaa2ad59a037774459b78dfc66f7ee8e0813805bac12
1313
options: --user 1001
1414

1515
services:
@@ -69,7 +69,7 @@ jobs:
6969
- name: Install Deno dependencies
7070
run: |
7171
(
72-
export LD_LIBRARY_PATH=/usr/local/lib
72+
export LD_LIBRARY_PATH=/opt/deno/lib
7373
deno install --frozen --vendor=false && deno install --frozen
7474
)
7575
@@ -85,7 +85,7 @@ jobs:
8585
8686
- name: Build assets
8787
run: |
88-
LD_LIBRARY_PATH=/usr/local/lib \
88+
LD_LIBRARY_PATH=/opt/deno/lib \
8989
deno run \
9090
--cached-only \
9191
--frozen \

0 commit comments

Comments
 (0)