diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 88b09dde..a492a1af 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -153,7 +153,7 @@ jobs: git pull - name: Install Dependencies - run: vcpkg install libsodium:x64-windows-static pthreads:x64-windows-static pkgconf:x64-windows + run: vcpkg install pkgconf:x64-windows libsodium:x64-windows-static pthreads:x64-windows-static opus:x64-windows-static libvpx:x64-windows-static # setup vs env - uses: ilammy/msvc-dev-cmd@v1 @@ -212,7 +212,7 @@ jobs: git pull - name: Install Dependencies - run: vcpkg install libsodium:x64-windows-static pthreads:x64-windows-static pkgconf:x64-windows + run: vcpkg install pkgconf:x64-windows libsodium:x64-windows-static pthreads:x64-windows-static opus:x64-windows-static libvpx:x64-windows-static # setup vs env - uses: ilammy/msvc-dev-cmd@v1 diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d55b6290..3a900b20 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -129,7 +129,7 @@ jobs: git pull - name: Install Dependencies - run: vcpkg install libsodium:x64-windows-static pthreads:x64-windows-static pkgconf:x64-windows + run: vcpkg install pkgconf:x64-windows libsodium:x64-windows-static pthreads:x64-windows-static opus:x64-windows-static libvpx:x64-windows-static # setup vs env - uses: ilammy/msvc-dev-cmd@v1