Skip to content

Commit 3b8fdf6

Browse files
committed
Fix dependency installation.
1 parent dc7d5a7 commit 3b8fdf6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- uses: oven-sh/setup-bun@v1
2020
with:
2121
bun-version: latest
22-
- run: npm install
22+
- run: make setup
2323
- run: make build
2424
- run: make lint
2525
- run: make encrypt-fake-competition

0 commit comments

Comments
 (0)