Skip to content

Commit

Permalink
CI: enable swift macros.
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 49e13fb commit 1da9e26
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/swift-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,9 @@ jobs:
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: 📦 Build & Bundle
run: swift bundler bundle -c release --xcodebuild

0 comments on commit 1da9e26

Please sign in to comment.