From ba196127ef543680060b8c831d40a59f0f5c9345 Mon Sep 17 00:00:00 2001 From: Urs Rudolph Date: Thu, 18 Dec 2025 20:48:37 +0100 Subject: [PATCH] bun not working, tryin better --- .gitea/workflows/demo.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitea/workflows/demo.yaml b/.gitea/workflows/demo.yaml index 23a6702..d389644 100644 --- a/.gitea/workflows/demo.yaml +++ b/.gitea/workflows/demo.yaml @@ -14,8 +14,7 @@ jobs: - run: echo "💡 The ${{ gitea.repository }} repository has been cloned to the runner." - run: echo "🖥️ install bun." - run: curl -fsSL https://bun.com/install | bash - - run: | - bun --version + - run: bun --version - name: List files in the repository run: | ls ${{ gitea.workspace }}