diff --git a/.github/workflows/swift-debug-ubuntu.yml b/.github/workflows/swift-debug-ubuntu.yml index 508bfb5b..6a0d0f57 100644 --- a/.github/workflows/swift-debug-ubuntu.yml +++ b/.github/workflows/swift-debug-ubuntu.yml @@ -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