Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
aromanov91 authored Feb 5, 2024
1 parent 90bb250 commit e2278fc
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,16 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v2

- name: Set up SwiftPM Plugin
run: |
git config --global url."https://${{ secrets.ACTIONS_TOKEN }}:[email protected]/".insteadOf "https://github.com/"
echo "https://github.com/:username=${{ secrets.ACTIONS_TOKEN }}" >> ~/.netrc
set -euo pipefail
defaults write com.apple.dt.Xcode IDESkipPackagePluginFingerprintValidatation -bool YES
- name: Build Package
run: xcodebuild clean build -skipPackagePluginValidation -scheme "OversizeComponents" -destination 'platform=iOS Simulator,name=iPhone 14,OS=17.0' | xcpretty && exit ${PIPESTATUS[0]}
defaults write com.apple.dt.Xcode IDESkipPackagePluginFingerprintValidation -bool YES
- name: Build All Targets
run: |
xcodebuild clean build -skipPackagePluginValidation -alltargets -destination 'platform=iOS Simulator,name=iPhone 14,OS=17.0' | xcpretty && exit ${PIPESTATUS[0]}
# jobs:
# build-oversizeComponents:
Expand Down

0 comments on commit e2278fc

Please sign in to comment.