Skip to content

Commit

Permalink
CI: add dumb xcodebuild hack.
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 201e0a5 commit c010a3d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/swift-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,7 @@ 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 Xcode ./Package.swift
- name: 📦 Build & Bundle
run: swift bundler bundle -c release --xcodebuild Kraken --Xswiftpm -jobs --Xswiftpm 1
run: swift bundler bundle -c release --xcodebuild

0 comments on commit c010a3d

Please sign in to comment.