1
0
Fork 0

Remove SpeexDSP from the CI configuration

This commit is contained in:
krcroft 2019-11-11 14:24:41 -08:00 committed by Patryk Obara
parent 93ae382995
commit f6c137e0b8
2 changed files with 15 additions and 15 deletions

View file

@ -98,7 +98,7 @@ jobs:
- name: Install packages
shell: pwsh
run: |
vcpkg install libpng sdl1 sdl1-net opusfile speexdsp
vcpkg install libpng sdl1 sdl1-net opusfile
vcpkg integrate install
- name: Build
shell: pwsh
@ -120,7 +120,7 @@ jobs:
- name: Install packages
shell: pwsh
run: |
vcpkg install libpng sdl1 sdl1-net opusfile speexdsp
vcpkg install libpng sdl1 sdl1-net opusfile
vcpkg integrate install
- name: Build
shell: pwsh