Skip to content

Commit 752c135

Browse files
committed
fix ci
1 parent 9c06713 commit 752c135

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/deno.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ jobs:
1414
uses: denoland/setup-deno@v2
1515
with:
1616
deno-version: v2.x
17+
- name: Install Dependencies
18+
run: deno install --locked
1719
- name: Build Dictionary
1820
run: deno task build-dictionary
1921
- name: Check formatting

0 commit comments

Comments
 (0)