Skip to content

Commit

Permalink
CI: Ensure we only build, else run runs forever.
Browse files Browse the repository at this point in the history
  • Loading branch information
furby-tm committed Aug 4, 2024
1 parent 73f6c0c commit 4b93c65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/swift-debug-ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ jobs:
echo "" >> $GITHUB_STEP_SUMMARY
echo "Pre Swift 5.10 toolchains do not support Cxx Interop enabled testing targets on Linux." >> $GITHUB_STEP_SUMMARY
- name: 🎬 Run
run: swift run MetaversalDemo
run: swift build -c debug --target MetaversalDemo

0 comments on commit 4b93c65

Please sign in to comment.