The wrapper `arm-vita-eabi-pkg-config` fails without it with the error: `env: can't execute 'bash': No such file or directory`
@@ -16,7 +16,7 @@ jobs:
- name: Install build requirements
run: |
apk update
- apk add cmake ninja pkgconf
+ apk add cmake ninja pkgconf bash
- name: Configure CMake
cmake -S . -B build -G Ninja \