From c52fe97443dc8364fdc2c92cfc81672dd7f0276f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?furby=E2=84=A2?= Date: Fri, 27 Dec 2024 13:43:19 -0700 Subject: [PATCH] CI: increase xcode ide delay hack. * if this even works at all... on a normal macOS environment, this does work. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: furby™ --- .github/workflows/swift-macos.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/swift-macos.yml b/.github/workflows/swift-macos.yml index 5cd746bf..fba3f093 100644 --- a/.github/workflows/swift-macos.yml +++ b/.github/workflows/swift-macos.yml @@ -25,6 +25,6 @@ jobs: - name: 🔥 Dumb Xcode IDE Hack run: | open -a "/Applications/Xcode.app" ./Package.swift - sleep 300 + sleep 600 - name: 📦 Build & Bundle run: swift bundler bundle -c release --xcodebuild