fix actions

This commit is contained in:
Dan Finch 2026-05-01 16:05:28 +02:00
parent faacaba2f5
commit 90b2ce3285
2 changed files with 4 additions and 2 deletions

View file

@ -5,7 +5,8 @@ runs:
using: composite
steps:
- name: Setup Bun
uses: https://github.com/oven-sh/setup-bun@v2
shell: bash
run: curl -fsSL https://bun.sh/install | bash && echo "$HOME/.bun/bin" >> "$GITHUB_PATH"
- name: Install dependencies
shell: bash

View file

@ -16,7 +16,8 @@ runs:
using: composite
steps:
- name: Setup Bun
uses: https://github.com/oven-sh/setup-bun@v2
shell: bash
run: curl -fsSL https://bun.sh/install | bash && echo "$HOME/.bun/bin" >> "$GITHUB_PATH"
- name: Install dependencies
shell: bash