Skip to content

Commit

Permalink
CI: reduce jobs to 2 to help xcodebuild resolution.
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 bc99328 commit a1ade5a
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/swift-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,13 @@ jobs:
- uses: actions/checkout@v4
- name: 🦦 Install Swift Bundler
run: |
curl -o swift-bundler -L https://github.com/wabiverse/wabi-swift-bundler/releases/download/v3.0.1/swift-bundler
curl -o swift-bundler -L https://github.com/wabiverse/wabi-swift-bundler/releases/download/v3.0.2/swift-bundler
chmod +x ./swift-bundler
sudo cp ./swift-bundler /usr/local/bin/
rm ./swift-bundler
- name: 🧰 Enable Swift Macros
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 -v bundle -c release --xcodebuild
run: swift bundler bundle -c release --xcodebuild Kraken --Xswiftpm -jobs --Xswiftpm 2

0 comments on commit a1ade5a

Please sign in to comment.