Skip to content

Commit

Permalink
fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
marc-aurele-besner committed Jun 5, 2024
1 parent 6264638 commit ec2154f
Showing 1 changed file with 3 additions and 13 deletions.
16 changes: 3 additions & 13 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,23 +10,13 @@ jobs:
- name: Checkout 🛎️
uses: actions/checkout@v3

- name: Set up Node.js
- name: Set up Node.js 🍞
uses: actions/setup-node@v2
with:
node-version: '18'

- name: Install Bun
run: |
curl -fsSL https://bun.sh/install | bash
echo 'export PATH="$HOME/.bun/bin:$PATH"' >> $GITHUB_ENV
- name: Source bashrc
run: source ~/.bashrc

- name: Install dependencies
run: bun install
env:
PATH: ${{ env.PATH }}:~/.bun/bin
- name: Install Bun (via Bun action) 🍞
uses: oven-sh/setup-bun@v1

- name: Install dependencies
run: bun install
Expand Down

0 comments on commit ec2154f

Please sign in to comment.