From a8ebcdc970381e2cf02a6b494841e6077b7361d5 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 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