Skip to content

Commit

Permalink
Setup bun
Browse files Browse the repository at this point in the history
  • Loading branch information
andersnylund committed Feb 29, 2024
1 parent fddae45 commit c6e34c6
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,8 @@ jobs:
- name: Checkout
uses: actions/checkout@v4

- name: Install Bun
run: |
curl -fsSL https://bun.sh/install | bash
echo "$HOME/.bun" >> $GITHUB_PATH
- name: Setup Bun
uses: oven-sh/[email protected]

- name: Setup Pages
id: pages
Expand Down

0 comments on commit c6e34c6

Please sign in to comment.