Skip to content

Commit

Permalink
chore: (RI-4198) Remove setup bun step
Browse files Browse the repository at this point in the history
  • Loading branch information
javiercm1410 committed Sep 6, 2024
1 parent 295ffb9 commit 6bf6e27
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ jobs:
fetch-depth: 0
token: ${{ secrets.DEVOPS_USER_TOKEN }}

- name: 🟢 Configure Bun on runner
uses: oven-sh/setup-bun@v1
with:
bun-version: latest
# - name: 🟢 Configure Bun on runner
# uses: oven-sh/setup-bun@v1
# with:
# bun-version: latest

- name: 🔵 Install Task
uses: arduino/setup-task@v2
Expand Down

0 comments on commit 6bf6e27

Please sign in to comment.