Skip to content

Commit

Permalink
workaround swift package diagnose-api-breaking-changes failure
Browse files Browse the repository at this point in the history
  • Loading branch information
ordo-ci committed Nov 6, 2024
1 parent d490969 commit 1ebd016
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/swift-check-api-breaks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ jobs:
- name: Build
if: ${{ env.spmlibrarytarget }}
run: swift build
- name: Analyze API breakage (workaround compile issue on first run)
if: ${{ env.spmlibrarytarget }}
continue-on-error: true
run: swift package diagnose-api-breaking-changes origin/main --targets ${{ env.spmlibrarytarget }}
- name: Analyze API breakage
if: ${{ env.spmlibrarytarget }}
run: swift package diagnose-api-breaking-changes origin/main --targets ${{ env.spmlibrarytarget }}

0 comments on commit 1ebd016

Please sign in to comment.