Skip to content

Commit

Permalink
CI: increase xcode ide delay hack.
Browse files Browse the repository at this point in the history
* if this even works at all... on a normal macOS environment, this does work.

Signed-off-by: furby™ <[email protected]>
  • Loading branch information
furby-tm committed Dec 27, 2024
1 parent 3213027 commit c52fe97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/swift-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit c52fe97

Please sign in to comment.