We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1268526 commit cc4e1ecCopy full SHA for cc4e1ec
.github/workflows/ci.yml
@@ -21,7 +21,7 @@ jobs:
21
uses: denoland/setup-deno@v1
22
23
- name: Install chromium
24
- run: deno run -A npm:[email protected] --with-deps chromium
+ run: deno run -A npm:[email protected] install --with-deps chromium
25
26
- name: Run
27
run: deno task run
0 commit comments