Skip to content

Commit

Permalink
Try to fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
nwhetsell authored Nov 15, 2023
1 parent f8d6cc2 commit 5451fc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:

- name: Install latest node-gyp
run: npm install --global node-gyp
if: ${{ matrix.os != 'macos-latest' && matrix.node-version == '20.x' }}
if: ${{ matrix.os == 'macos-latest' && matrix.node-version == '20.x' }}

- name: Install csound-api on macOS and Linux
run: npm install
Expand Down

0 comments on commit 5451fc7

Please sign in to comment.