Skip to content

Commit ee65e2b

Browse files
committed
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
1 parent d1cf190 commit ee65e2b

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/prebuild.yaml

-5
Original file line numberDiff line numberDiff line change
@@ -180,11 +180,6 @@ jobs:
180180
brew uninstall --force --ignore-dependencies cairo pango librsvg giflib harfbuzz
181181
npm test
182182
183-
- name: Sign the executable
184-
uses: indygreg/apple-code-sign-action@v1
185-
with:
186-
input_path: build/Release/canvas.node
187-
188183
- name: Make bundle
189184
id: make_bundle
190185
run: . prebuild/tarball.sh

0 commit comments

Comments
 (0)