Skip to content

Commit

Permalink
Fix mac node 16 test job
Browse files Browse the repository at this point in the history
  • Loading branch information
ijjk committed Dec 2, 2023
1 parent 3781119 commit 571d2e5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node }}
- name: Install node-gyp deps
run: python3 -m pip install distutils
- name: Prepare Install (if applicable)
run: node prepare-install.js
- name: Install Dependencies
Expand Down

0 comments on commit 571d2e5

Please sign in to comment.