Skip to content

Commit c10d886

Browse files
committed
update workflow
1 parent 4ad0357 commit c10d886

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

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

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,12 @@ jobs:
2626

2727
- name: Validate Swiftly Paths
2828
run: |
29-
set -ex
30-
set +x
29+
set -x
30+
set +e
31+
32+
env
33+
34+
cat $HOME/.bashrc
3135
3236
echo "Swiftly Path: $SWIFTLY_HOME_DIR"
3337
echo "Swiftly Bin Path: $SWIFTLY_BIN_DIR"

0 commit comments

Comments
 (0)