Skip to content

Commit

Permalink
fix(ci): failing ci due to missing dependency (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
seia-soto authored Oct 21, 2024
1 parent 37dbda4 commit a0816c5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/assets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ jobs:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v2

- name: Install dependencies
run: bun install

- name: Fetch latest assets
id: fetch
working-directory: ./scripts
Expand Down

0 comments on commit a0816c5

Please sign in to comment.