Skip to content

Commit

Permalink
Update build-swiftpm.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
aromanov91 authored Oct 2, 2023
1 parent ef8fd10 commit 0f9c8fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-swiftpm.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build Example
name: Build SwiftPM

on:
workflow_dispatch:
Expand Down Expand Up @@ -34,5 +34,5 @@ jobs:
- name: Set SwiftPM Plugin config
run: defaults write com.apple.dt.Xcode IDESkipPackagePluginFingerprintValidatation -bool YES

- name: Build Package
- name: Build
run: xcodebuild clean build -skipPackagePluginValidation -scheme ${{ matrix.packages }} -destination 'platform=iOS Simulator,name=iPhone 8,OS=16.4' | xcpretty && exit ${PIPESTATUS[0]}

0 comments on commit 0f9c8fc

Please sign in to comment.