Skip to content

Commit

Permalink
Try fixing macos build with python ver 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
mPyKen committed Feb 9, 2024
1 parent 0df589d commit 8a0b0aa
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ jobs:
- uses: actions/setup-node@master
with:
node-version: 18
- uses: actions/setup-python@v5
with:
python-version: '3.11'
- name: install dependencies
run: npm ci
- name: build
Expand Down

0 comments on commit 8a0b0aa

Please sign in to comment.