Skip to content

Commit

Permalink
CI: fix xcode app path.
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 c010a3d commit 1ae08a6
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 @@ -23,6 +23,6 @@ jobs:
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 Xcode ./Package.swift
run: open -a "/Applications/Xcode.app" ./Package.swift
- name: 📦 Build & Bundle
run: swift bundler bundle -c release --xcodebuild

0 comments on commit 1ae08a6

Please sign in to comment.