Skip to content

Commit 84ef35d

Browse files
committed
Add comment
1 parent 2cf55bb commit 84ef35d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/actions/prepare-package.swift/action.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ runs:
99
using: "composite"
1010
steps:
1111
- 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.
1213
if: ${{ inputs.is-pr == 'true' }}
1314
shell: bash
1415
run: |

0 commit comments

Comments
 (0)