mirror of
https://github.com/badaix/snapcast.git
synced 2025-04-28 17:57:05 +02:00
Run vcpkg update
This commit is contained in:
parent
d4040f8f1c
commit
626b59f35d
1 changed files with 3 additions and 1 deletions
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
@ -297,7 +297,9 @@ jobs:
|
|||
key: ${{ runner.os }}-dependencies
|
||||
- name: dependencies
|
||||
if: steps.cache-dependencies.outputs.cache-hit != 'true'
|
||||
run: vcpkg.exe install libflac libvorbis soxr opus boost-asio --triplet x64-windows
|
||||
run: |
|
||||
vcpkg.exe update
|
||||
vcpkg.exe --triplet x64-windows install libflac libvorbis soxr opus boost-asio
|
||||
- name: configure
|
||||
run: |
|
||||
echo vcpkg installation root: ${env:VCPKG_INSTALLATION_ROOT}
|
||||
|
|
Loading…
Add table
Reference in a new issue