build: tried manual bun dl link

This commit is contained in:
Simeon Radivoev 2026-01-23 05:40:39 +02:00
parent aa25a2870a
commit d76753fa87
Signed by: simeonradivoev
GPG key ID: 7611A451D2A5D37A

View file

@ -15,7 +15,7 @@ jobs:
- name: Setup Bun - name: Setup Bun
uses: https://github.com/oven-sh/setup-bun@v2 uses: https://github.com/oven-sh/setup-bun@v2
with: with:
bun-version: 1.1.1 bun-download-url: "https://github.com/oven-sh/bun/releases/latest/download/bun-linux-x64.zip"
- name: Install dependencies - name: Install dependencies
run: bun install --frozen-lockfile run: bun install --frozen-lockfile