From 97b93a51cfd138e28335459cf734c13621bda9e2 Mon Sep 17 00:00:00 2001 From: Khairul Azhar Kasmiran Date: Mon, 21 Oct 2024 17:45:10 +0800 Subject: [PATCH] Add rimraf comment --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 24fe3eab7..e34b1045d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -485,6 +485,7 @@ jobs: # https://github.com/actions/runner-images/issues/7522#issuecomment-1556766641 echo killing XProtectBehaviorService; sudo pkill -9 XProtect >/dev/null || true; echo waiting for XProtectBehaviorService kill; while pgrep XProtect; do sleep 3; done; + # Rimraf plugins built by `make package` because jsdec cannot be built twice retry 'rm -rf ../jsdec ../libswift ../rz_libyara ../rz-silhouette; make package' export CUTTER_VERSION=$(python3 ../scripts/get_version.py) echo PACKAGE_NAME=${PACKAGE_NAME}.dmg >> $GITHUB_ENV