Skip to content

Commit cc4e1ec

Browse files
committed
fix
1 parent 1268526 commit cc4e1ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
uses: denoland/setup-deno@v1
2222

2323
- name: Install chromium
24-
run: deno run -A npm:[email protected] --with-deps chromium
24+
run: deno run -A npm:[email protected] install --with-deps chromium
2525

2626
- name: Run
2727
run: deno task run

0 commit comments

Comments
 (0)