Skip to content

Commit

Permalink
CI: resolve packages before summoning build.
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 1da9e26 commit 27dbadf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .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: 🛰️ Resolve Package Dependencies
run: xcodebuild -resolvePackageDependencies && swift package resolve
- name: 📦 Build & Bundle
run: swift bundler bundle -c release --xcodebuild

0 comments on commit 27dbadf

Please sign in to comment.