diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 17c3e59..6805119 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -74,7 +74,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 @@ -134,7 +134,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 987e91d..0861aed 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -65,7 +65,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