From 4b93c65fa528844c20e949c906755c758546db49 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?furby=E2=84=A2?= Date: Sat, 3 Aug 2024 18:14:53 -0600 Subject: [PATCH] CI: Ensure we only build, else run runs forever. --- .github/workflows/swift-debug-ubuntu.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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