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 3e3b09c commit 4482a86Copy full SHA for 4482a86
1 file changed
.github/workflows/tests.yml
@@ -9,7 +9,7 @@ jobs:
9
contents: read
10
11
container:
12
- image: ghcr.io/weasyl/ci-base-image@sha256:9077eec5368014b587402e54a90b7af8070a210041336ce9b66954a660d782da
+ image: ghcr.io/weasyl/ci-base-image@sha256:24ade9a64067dda4912bfaa2ad59a037774459b78dfc66f7ee8e0813805bac12
13
options: --user 1001
14
15
services:
@@ -69,7 +69,7 @@ jobs:
69
- name: Install Deno dependencies
70
run: |
71
(
72
- export LD_LIBRARY_PATH=/usr/local/lib
+ export LD_LIBRARY_PATH=/opt/deno/lib
73
deno install --frozen --vendor=false && deno install --frozen
74
)
75
@@ -85,7 +85,7 @@ jobs:
85
86
- name: Build assets
87
88
- LD_LIBRARY_PATH=/usr/local/lib \
+ LD_LIBRARY_PATH=/opt/deno/lib \
89
deno run \
90
--cached-only \
91
--frozen \
0 commit comments