Skip to content

Commit d7ed4f5

Browse files
committed
fix: workflow doesnot work
1 parent b51a2ce commit d7ed4f5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
deno-version: latest
3535

3636
- name: Install dependencies
37-
run: deno cache exe.ts
37+
run: deno cache --unstable-raw-imports --unstable-kv --allow-all exe.ts
3838

3939
- name: Compile to binary
4040
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

Comments
 (0)