Skip to content

Commit

Permalink
CI: add delay after opening xcode.
Browse files Browse the repository at this point in the history
Signed-off-by: furby™ <[email protected]>
  • Loading branch information
furby-tm committed Dec 27, 2024
1 parent 1ae08a6 commit 39f6472
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/swift-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,9 @@ jobs:
run: |
sudo defaults write com.apple.dt.Xcode IDESkipPackagePluginFingerprintValidatation -bool YES
sudo defaults write com.apple.dt.Xcode IDESkipMacroFingerprintValidation -bool YES
- name: 🔥 Dumb Xcode IDE Hack
run: open -a "/Applications/Xcode.app" ./Package.swift
- name: 🔥 Dumb Xcode IDE Hack
run: |
open -a "/Applications/Xcode.app" ./Package.swift
sleep 300
- name: 📦 Build & Bundle
run: swift bundler bundle -c release --xcodebuild

0 comments on commit 39f6472

Please sign in to comment.