Skip to content

Commit

Permalink
fix macos build error
Browse files Browse the repository at this point in the history
  • Loading branch information
vitalygashkov committed Nov 25, 2023
1 parent 647cae1 commit f49bbab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:

# https://github.com/nodejs/node-gyp/issues/2869
- name: Fix distutils issue for node-gyp
run: python3 -m pip install packaging
run: python3 -m pip install setuptools

- name: Install app dependencies
run: npm ci
Expand Down

0 comments on commit f49bbab

Please sign in to comment.