mirror of
https://github.com/LMMS/lmms.git
synced 2026-05-16 10:46:39 -04:00
Support Sf2 Player, Mallets, PortAudio, and Lame with MSVC (#6507)
This commit is contained in:
8
.github/workflows/build.yml
vendored
8
.github/workflows/build.yml
vendored
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user