diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 0bac3dc..7235302 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -9,9 +9,12 @@ on: jobs: build-and-test: runs-on: ubuntu-latest - container: - image: oven/bun:alpine steps: + - name: Setup Bun + uses: oven-sh/setup-bun@v1 + with: + bun-version: latest + - name: Checkout code uses: actions/checkout@v4