Skip to content

Commit 51b5ef4

Browse files
committed
Fix CI
1 parent c819f74 commit 51b5ef4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/compilation.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,9 @@ 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
21+
# Create /bin/bash symlink if it doesn't exist (Alpine installs to /usr/bin/bash)
22+
[ -f /bin/bash ] || ln -s /usr/bin/bash /bin/bash
2123
2224
- name: Install ps2stuff
2325
run: |

0 commit comments

Comments
 (0)