(fix): bun install failing at tarballs
Some checks failed
/ deploy (push) Has been cancelled

This commit is contained in:
Alois 2026-05-02 14:56:04 +02:00
commit 6c80531d8b
2 changed files with 2 additions and 2 deletions

View file

@ -15,7 +15,7 @@ jobs:
uses: oven-sh/setup-bun@v2
- name: Install dependencies
run: bun install --frozen-lockfile
run: bun install
- name: Build
run: bun run build:web