mirror of
https://github.com/encounter/SDL.git
synced 2025-05-22 07:11:23 +00:00
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`
This commit is contained in:
parent
fefd48eb9e
commit
e99b05d6c4
2
.github/workflows/vita.yaml
vendored
2
.github/workflows/vita.yaml
vendored
@ -16,7 +16,7 @@ jobs:
|
|||||||
- name: Install build requirements
|
- name: Install build requirements
|
||||||
run: |
|
run: |
|
||||||
apk update
|
apk update
|
||||||
apk add cmake ninja pkgconf
|
apk add cmake ninja pkgconf bash
|
||||||
- name: Configure CMake
|
- name: Configure CMake
|
||||||
run: |
|
run: |
|
||||||
cmake -S . -B build -G Ninja \
|
cmake -S . -B build -G Ninja \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user