We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2cf55bb commit 84ef35dCopy full SHA for 84ef35d
.github/actions/prepare-package.swift/action.yml
@@ -9,6 +9,7 @@ runs:
9
using: "composite"
10
steps:
11
- name: Remove Sentry-Dynamic-WithARM64e target
12
+ # We don't build it on PRs, so we need to remove it from the package.swift file.
13
if: ${{ inputs.is-pr == 'true' }}
14
shell: bash
15
run: |
0 commit comments