Skip to content

Commit

Permalink
remove signing. I don't think it's necessary
Browse files Browse the repository at this point in the history
but something else causes SIGKILL on mac until signing, so
something related to that is still wrong
  • Loading branch information
chearon committed Dec 7, 2024
1 parent d1cf190 commit ee65e2b
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/prebuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ee65e2b

Please sign in to comment.