Skip to content

Commit e3bd05a

Browse files
committed
Fix CI
1 parent c819f74 commit e3bd05a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/compilation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Setup dependencies
1818
run: |
1919
apk update
20-
apk add cmake build-base git make
20+
apk add cmake build-base git make bash
2121
2222
- name: Install ps2stuff
2323
run: |

0 commit comments

Comments
 (0)