Skip to content

Commit 8a3f27b

Browse files
ci: document consolidated ps2dev Alpine prerequisite set
1 parent 40c93cf commit 8a3f27b

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/ci-ps2dev-migration-probe.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ jobs:
2828
- name: Install diagnostic host dependencies (Alpine only)
2929
run: |
3030
if command -v apk >/dev/null 2>&1; then
31+
# Consolidated ps2dev Alpine prerequisites: build tools, scripting, packaging, and gcc runtime libs.
3132
apk add --no-cache \
3233
bash \
3334
make \

.github/workflows/compilation.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ jobs:
5858
- name: Install host dependencies (Alpine only)
5959
run: |
6060
if command -v apk >/dev/null 2>&1; then
61+
# Consolidated ps2dev Alpine prerequisites: build tools, scripting, packaging, and gcc runtime libs.
6162
apk add --no-cache \
6263
bash \
6364
make \

0 commit comments

Comments
 (0)