Skip to content

Commit 86fff37

Browse files
authored
🔨 ダウンロードURLのオーバーライドの試行
oven-sh/setup-bun#82 (comment)
1 parent daaac22 commit 86fff37

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/nextjs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ jobs:
3535
uses: oven-sh/setup-bun@v1
3636
with:
3737
bun-version: latest
38+
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"
3839
- name: Setup Pages
3940
uses: actions/configure-pages@v5
4041
with:

0 commit comments

Comments
 (0)