Skip to content

Commit

Permalink
🔨 ダウンロードURLのオーバーライドの試行
Browse files Browse the repository at this point in the history
  • Loading branch information
azishio committed Jun 2, 2024
1 parent daaac22 commit 86fff37
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/nextjs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 86fff37

Please sign in to comment.