From c49cd85a098f43b031e007aa9c269dbe1cd55e3b Mon Sep 17 00:00:00 2001 From: Tobias Klemp Date: Wed, 3 Dec 2025 22:15:43 +0100 Subject: [PATCH] try bun container --- .gitea/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 521b875..7aae377 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -9,8 +9,8 @@ on: jobs: install: runs-on: ubuntu-latest - # container: - # image: oven/bun:alpine + container: + image: oven/bun:alpine outputs: cache-key: ${{ steps.cache-key.outputs.key }} steps: