From 1da18fba4e3b10d0f9ad080029cba0ad9fa772dd Mon Sep 17 00:00:00 2001 From: Alie Date: Fri, 29 Dec 2023 16:20:18 +0100 Subject: [PATCH] why does it not let you source??? --- .gitea/workflows/test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/test.yaml b/.gitea/workflows/test.yaml index 9b8a134..783ca77 100644 --- a/.gitea/workflows/test.yaml +++ b/.gitea/workflows/test.yaml @@ -10,7 +10,7 @@ jobs: - name: Check out repository code uses: actions/checkout@v3 - name: Install Bun runtime - run: curl -fsSL https://bun.sh/install | bash && source /root/.bashrc + run: curl -fsSL https://bun.sh/install | bash && bash - name: Install dependencies run: bun install - name: Run the test