Skip to content

Commit

Permalink
Update swift.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Caul58 committed Dec 17, 2023
1 parent faad41c commit 438e172
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/swift.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,8 @@ jobs:
with:
swift-version: "5.9"
- name: Build
run: for f in `find . -type f -name "*.swift" | awk -F/ '{print $NF, $0}' | sort | awk '{print $2}'`; do swift $f; done
run: |
for f in `find . -type f -name "*.swift" | awk -F/ '{print $NF, $0}' | sort | awk '{print $2}'`
do
swift $f
done

0 comments on commit 438e172

Please sign in to comment.