mirror of
https://github.com/pspdev/pspsdk.git
synced 2025-12-24 04:32:36 +00:00
Make sure bash is installed
This commit is contained in:
2
.github/workflows/compilation.yml
vendored
2
.github/workflows/compilation.yml
vendored
@@ -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: |
|
||||
|
||||
Reference in New Issue
Block a user