From 20a03ef15b9f7815a59ce4b458bdb0037d6d87d2 Mon Sep 17 00:00:00 2001 From: Wouter Wijsman Date: Sun, 16 Jun 2024 12:53:36 +0200 Subject: [PATCH] Make sure bash is installed --- .github/workflows/compilation.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/compilation.yml b/.github/workflows/compilation.yml index 243ec4c0..10fa2878 100644 --- a/.github/workflows/compilation.yml +++ b/.github/workflows/compilation.yml @@ -15,7 +15,7 @@ jobs: - name: Install dependencies run: | - apk add build-base autoconf automake zlib-dev + apk add build-base autoconf automake zlib-dev bash git - name: Compile PSPSDK run: |