Skip to content

Commit

Permalink
ci: use brew to install setuptools
Browse files Browse the repository at this point in the history
  • Loading branch information
thecodrr committed Apr 2, 2024
1 parent 7368796 commit 016532e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/desktop.publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ jobs:
uses: ./.github/actions/setup-node-with-cache

- name: Install setuptools
run: python3 -m pip install setuptools
run: brew install python-setuptools

- name: Setup notarization
run: |
Expand Down

0 comments on commit 016532e

Please sign in to comment.