We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c819f74 commit 51b5ef4Copy full SHA for 51b5ef4
.github/workflows/compilation.yml
@@ -17,7 +17,9 @@ jobs:
17
- name: Setup dependencies
18
run: |
19
apk update
20
- apk add cmake build-base git make
+ 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
23
24
- name: Install ps2stuff
25
0 commit comments