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 d3a7eb3 commit d7760ecCopy full SHA for d7760ec
.github/workflows/make.yml
@@ -162,6 +162,8 @@ jobs:
162
if: runner.os == 'macOS'
163
run: |
164
brew install create-dmg || brew install create-dmg; # we try twice because sometimes it fails...
165
+ echo killing XProtect...; sudo pkill -9 XProtect >/dev/null || true;
166
+ echo waiting...; while pgrep XProtect; do sleep 3; done;
167
cp -a "${CEDEV}" "${TOOLCHAIN_PATH}/resources/macOS/dmg/contents/";
168
# The codesign variable may be empty (for forks) but that's fine, create-dmg only does code-signing if it's not empty.
169
createDmgArgs="--codesign '${{ secrets.MACOS_CODESIGN_IDENT }}' \
0 commit comments