Skip to content

Commit

Permalink
Fix bun action
Browse files Browse the repository at this point in the history
  • Loading branch information
Aeonoi committed Oct 28, 2024
1 parent b809ed9 commit 6b2c41a
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/nextjs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,7 @@ jobs:
exit 1
fi
- name: Setup Bun
uses: oven-sh/[email protected]
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"
uses: oven-sh/[email protected]
- name: Setup Pages
uses: actions/configure-pages@v5
with:
Expand Down

0 comments on commit 6b2c41a

Please sign in to comment.