We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c612471 commit d598679Copy full SHA for d598679
.github/workflows/release-musl.yml
@@ -31,10 +31,16 @@ jobs:
31
echo "$FOUNDY_PATH" >> $GITHUB_PATH
32
export PATH="$FOUNDY_PATH:$PATH"
33
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
+
41
- name: Verify Foundryup Installation
42
shell: bash
43
run: |
- # Debug system details
44
echo "🖥️ System Info"
45
uname -s
46
uname -m
0 commit comments