Skip to content

Commit 047447d

Browse files
committed
Refactor Alpine testing function to replace Busybox checks with Ash-specific logic, improving compatibility and clarity in stage7.go and utils_sys.go.
1 parent b965924 commit 047447d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
- name: Setup Alpine
4444
uses: jirutka/setup-alpine@v1
4545
with:
46-
branch: latest-stable
46+
branch: v3.19 # Pinning because dash on newer versions comes with more bugs
4747

4848
- name: Setup Alpine dependencies
4949
run: |

0 commit comments

Comments
 (0)