Skip to content

Commit 3a74c6d

Browse files
committed
update workflow
1 parent 1eaafd2 commit 3a74c6d

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/workflows/build-stm32-macho.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,18 @@ jobs:
2424
- name: Install Swift
2525
uses: ./.github/actions/install-swift
2626

27+
- name: Validate Swiftly Paths
28+
run: |
29+
echo "Swiftly Path: $SWIFTLY_HOME_DIR"
30+
echo "Swiftly Bin Path: $SWIFTLY_BIN_DIR"
31+
echo "Swiftly Lib Path: $SWIFTLY_TOOLCHAINS_DIR"
32+
33+
ls -asl $SWIFTLY_HOME_DIR
34+
ls -asl $SWIFTLY_BIN_DIR
35+
ls -asl $SWIFTLY_TOOLCHAINS_DIR
36+
37+
ls -asl $HOME/.local/share/swiftly
38+
2739
- name: Build ${{ matrix.example }}
2840
working-directory: ${{ matrix.example }}
2941
run: make

0 commit comments

Comments
 (0)