add install step to gh action
This commit is contained in:
parent
92840d417c
commit
846f27cc09
|
|
@ -24,6 +24,9 @@ jobs:
|
||||||
with:
|
with:
|
||||||
deno-version: v2.x
|
deno-version: v2.x
|
||||||
|
|
||||||
|
- name: Install dependencies
|
||||||
|
run: deno i
|
||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
run: deno task build
|
run: deno task build
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue