Remove SpeexDSP from the CI configuration
This commit is contained in:
parent
93ae382995
commit
f6c137e0b8
2 changed files with 15 additions and 15 deletions
4
.github/workflows/windows.yml
vendored
4
.github/workflows/windows.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue