Skip to content

Commit a51e9c1

Browse files
committed
fix
1 parent 067e609 commit a51e9c1

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/lint_test_build.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,4 +57,7 @@ jobs:
5757
deno-version: "2.x"
5858

5959
- name: Install dependencies
60-
run: deno compile
60+
run: deno install
61+
62+
- name: Build
63+
run: deno task compile

0 commit comments

Comments
 (0)