Skip to content

Commit

Permalink
Try to fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
nwhetsell committed May 18, 2024
1 parent a924a94 commit e43c570
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,15 @@ jobs:
npm explore npm/node_modules/@npmcli/run-script --global -- npm_config_global=false npm install node-gyp@latest
if: ${{ matrix.os == 'macos-latest' && (matrix.node-version == '20.x' || matrix.node-version == '18.x') }}

- name: Install csound-api on macOS and Linux
- name: Install csound-api on macOS
run: |
export CPATH="$(brew --prefix)/include"
export LIBRARY_PATH="$(brew --prefix)/lib"
npm install
if: ${{ matrix.os == 'macos-latest' }}
- name: Install csound-api on Linux
run: npm install
if: ${{ matrix.os != 'windows-2019' }}
if: ${{ matrix.os == 'ubuntu-latest' }}
- name: Install csound-api on Windows
run: |
$Env:CL = "/I`"C:\local\boost_1_74_0`" /I`"$Env:ProgramFiles\Csound6_x64\include`""
Expand Down

0 comments on commit e43c570

Please sign in to comment.