Skip to content

Commit

Permalink
Fix macos builds
Browse files Browse the repository at this point in the history
  • Loading branch information
joeyballentine committed Dec 4, 2023
1 parent e3ba6d4 commit 077741f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,9 @@ jobs:
- uses: actions/setup-node@master
with:
node-version: 16
- name: install setuptools (macos)
if: matrix.os == 'macos-13'
run: python3 -m pip install setuptools
- name: Install dependencies
run: cd ./chaiNNer && npm ci --force
- name: Install necessary FlatPak tools
Expand Down

0 comments on commit 077741f

Please sign in to comment.