From 108a8fce21e7e432d01cbf0231aeb123160d6cfe Mon Sep 17 00:00:00 2001 From: Annika Merris Date: Sun, 4 Feb 2024 15:32:02 -0500 Subject: [PATCH] Gotta Install Bash For Now Will Try Ash Later --- .forgejo/workflows/debugging.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.forgejo/workflows/debugging.yml b/.forgejo/workflows/debugging.yml index 9ecf7a8..f62d9b2 100644 --- a/.forgejo/workflows/debugging.yml +++ b/.forgejo/workflows/debugging.yml @@ -15,7 +15,7 @@ jobs: steps: - name: Install docker shell: /bin/ash -e {0} - run: apk add --update docker git + run: apk add --update docker git bash - name: Create Some Files shell: /bin/ash -e {0} run: |