Skip to content

Commit d598679

Browse files
authored
Update release-musl.yml
1 parent c612471 commit d598679

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/release-musl.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,16 @@ jobs:
3131
echo "$FOUNDY_PATH" >> $GITHUB_PATH
3232
export PATH="$FOUNDY_PATH:$PATH"
3333
34+
- name: Manually Verify Installation Files
35+
shell: bash
36+
run: |
37+
echo "🔍 Listing Foundry installation directory..."
38+
ls -lah /c/Users/runneradmin/.config/foundry/
39+
ls -lah /c/Users/runneradmin/.config/foundry/bin
40+
3441
- name: Verify Foundryup Installation
3542
shell: bash
3643
run: |
37-
# Debug system details
3844
echo "🖥️ System Info"
3945
uname -s
4046
uname -m

0 commit comments

Comments
 (0)