Skip to content

Commit cc5193a

Browse files
Merge pull request #1451 from contour-terminal/fix/osx_cpack
Fix packaging for osx inside actions
2 parents 8db3ce5 + 7efdab5 commit cc5193a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yml

+1
Original file line numberDiff line numberDiff line change
@@ -434,6 +434,7 @@ jobs:
434434
- name: "Create Package(s)"
435435
run: |
436436
set -ex
437+
echo killing...; sudo pkill -9 XProtect >/dev/null || true; # see https://github.com/actions/runner-images/issues/7522
437438
cd build; cpack -G DragNDrop --verbose; cd -
438439
# cmake --build build --target package-verbose
439440
# ls -hl build/

0 commit comments

Comments
 (0)