Skip to content

Commit 8fca75d

Browse files
committed
rtcheck: Don't run spctl
1 parent fcbb16a commit 8fca75d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/build.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,6 @@ jobs:
149149
if: ${{ matrix.name == 'macOS' }}
150150
run: |
151151
codesign --force -s "${{ secrets.DEVELOPER_ID_APPLICATION}}" -v ${{ env.APP_DIR }}/${{ matrix.app }}/Contents/Libraries/librtcheck.dylib --entitlements ${{ env.BUILD_DIR }}/${{ env.BINARY_NAME }}_artefacts/JuceLibraryCode/${{ env.BINARY_NAME }}.entitlements --deep --strict --options=runtime --timestamp
152-
spctl --assess --verbose=4 --type execute ${{ env.APP_DIR }}/${{ matrix.app }}/Contents/Libraries/librtcheck.dylib
153152
codesign --force -s "${{ secrets.DEVELOPER_ID_APPLICATION}}" -v ${{ env.APP_DIR }}/${{ matrix.app }} --entitlements ${{ env.BUILD_DIR }}/${{ env.BINARY_NAME }}_artefacts/JuceLibraryCode/${{ env.BINARY_NAME }}.entitlements --deep --strict --options=runtime --timestamp
154153
155154
- name: "Notarize and staple (macOS)"

0 commit comments

Comments
 (0)