Support Sf2 Player, Mallets, PortAudio, and Lame with MSVC (#6507)

This commit is contained in:
Dominic Clark
2022-09-19 14:46:38 +01:00
committed by GitHub
parent 0b27497be2
commit 5bfd7fba4e
14 changed files with 374 additions and 249 deletions

View File

@@ -222,8 +222,12 @@ jobs:
set-env: ${{ matrix.arch == 'x86' }}
- name: Install dependencies
run: |
vcpkg install --triplet ${{ matrix.arch }}-windows --recurse `
fftw3 libsamplerate libsndfile lilv lv2 sdl2
vcpkg install `
--triplet=${{ matrix.arch }}-windows `
--host-triplet=${{ matrix.arch }}-windows `
--recurse `
fftw3 fluidsynth[sndfile] libsamplerate libsndfile libstk lilv lv2 `
portaudio sdl2
- name: Set up build environment
uses: ilammy/msvc-dev-cmd@d8610e2b41c6d0f0c3b4c46dad8df0fd826c68e1
with: