1 parent b51a2ce commit d7ed4f5Copy full SHA for d7ed4f5
1 file changed
.github/workflows/release.yaml
@@ -34,7 +34,7 @@ jobs:
34
deno-version: latest
35
36
- name: Install dependencies
37
- run: deno cache exe.ts
+ run: deno cache --unstable-raw-imports --unstable-kv --allow-all exe.ts
38
39
- name: Compile to binary
40
run: deno compile --unstable-raw-imports --unstable-kv --allow-all --include=data.d.ts --no-check --include templates --include static --output=denovel${{ matrix.bin_ext }} exe.ts
0 commit comments