Skip to content

Commit

Permalink
fix: distutils missing issue
Browse files Browse the repository at this point in the history
  • Loading branch information
vitalygashkov committed Nov 25, 2023
1 parent d7acdb6 commit d8a4c7d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,10 @@ jobs:
with:
node-version: 18

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

- name: Install app dependencies
run: npm ci

Expand Down

0 comments on commit d8a4c7d

Please sign in to comment.