mirror of
https://github.com/streetwriters/notesnook.git
synced 2026-02-24 04:00:59 +01:00
ci: fix No module named 'distutils'
This commit is contained in:
3
.github/workflows/desktop.publish.yml
vendored
3
.github/workflows/desktop.publish.yml
vendored
@@ -97,6 +97,9 @@ jobs:
|
||||
- name: Setup Node
|
||||
uses: ./.github/actions/setup-node-with-cache
|
||||
|
||||
- name: Install setuptools
|
||||
run: python3 -m pip install setuptools
|
||||
|
||||
- name: Setup notarization
|
||||
run: |
|
||||
mkdir -p ~/private_keys/
|
||||
|
||||
Reference in New Issue
Block a user