Browse Source

Vita: Install bash in CI.

The wrapper `arm-vita-eabi-pkg-config` fails without it with the error:
`env: can't execute 'bash': No such file or directory`
Pierre Wendling 2 years ago
parent
commit
e99b05d6c4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/vita.yaml

+ 1 - 1
.github/workflows/vita.yaml

@@ -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
       run: |
         cmake -S . -B build -G Ninja \