From b5e90528f003583b27710634c48eed9883d7f82c Mon Sep 17 00:00:00 2001 From: Green Sky Date: Thu, 25 Apr 2024 23:12:02 +0200 Subject: [PATCH] ci enable toxav for windows --- .github/workflows/cd.yml | 4 ++-- .github/workflows/ci.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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