From ee65e2b7688de13b413234b65054c6f2eceb5bc4 Mon Sep 17 00:00:00 2001 From: Caleb Hearon Date: Sat, 7 Dec 2024 12:20:35 -0500 Subject: [PATCH] remove signing. I don't think it's necessary but something else causes SIGKILL on mac until signing, so something related to that is still wrong --- .github/workflows/prebuild.yaml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/prebuild.yaml b/.github/workflows/prebuild.yaml index b27e130d3..ca94604a4 100644 --- a/.github/workflows/prebuild.yaml +++ b/.github/workflows/prebuild.yaml @@ -180,11 +180,6 @@ jobs: brew uninstall --force --ignore-dependencies cairo pango librsvg giflib harfbuzz npm test - - name: Sign the executable - uses: indygreg/apple-code-sign-action@v1 - with: - input_path: build/Release/canvas.node - - name: Make bundle id: make_bundle run: . prebuild/tarball.sh