From 86fff37164f902f7523256b33be1994e963f6b5c Mon Sep 17 00:00:00 2001 From: azishio <127939746+azishio@users.noreply.github.com> Date: Sun, 2 Jun 2024 19:46:49 +0900 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A8=20=20=E3=83=80=E3=82=A6=E3=83=B3?= =?UTF-8?q?=E3=83=AD=E3=83=BC=E3=83=89URL=E3=81=AE=E3=82=AA=E3=83=BC?= =?UTF-8?q?=E3=83=90=E3=83=BC=E3=83=A9=E3=82=A4=E3=83=89=E3=81=AE=E8=A9=A6?= =?UTF-8?q?=E8=A1=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit https://github.com/oven-sh/setup-bun/issues/82#issuecomment-2143790529 --- .github/workflows/nextjs.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/nextjs.yml b/.github/workflows/nextjs.yml index 33a0db4..1188797 100644 --- a/.github/workflows/nextjs.yml +++ b/.github/workflows/nextjs.yml @@ -35,6 +35,7 @@ jobs: uses: oven-sh/setup-bun@v1 with: bun-version: latest + bun-download-url: "https://github.com/oven-sh/bun/releases/latest/download/bun-${{runner.os == 'macOS' && 'darwin' || runner.os}}-${{ runner.arch == 'X64' && 'x64' || 'arm64' }}.zip" - name: Setup Pages uses: actions/configure-pages@v5 with: