From 08f33c2093c62a6e23a4fc269db750bdfc9784c3 Mon Sep 17 00:00:00 2001 From: Christoph Oelckers Date: Wed, 16 Sep 2020 20:27:12 +0200 Subject: [PATCH] - removed MSVC 32 bit target and added libvpx to Linux GCC target in CI setup. --- .github/workflows/continuous_integration.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/workflows/continuous_integration.yml b/.github/workflows/continuous_integration.yml index a670a7262..f2953cffa 100644 --- a/.github/workflows/continuous_integration.yml +++ b/.github/workflows/continuous_integration.yml @@ -18,11 +18,6 @@ jobs: os: windows-latest, extra_options: "-A x64" } - - { - name: "Visual Studio 32-bit", - os: windows-latest, - extra_options: "-A Win32 -DFORCE_INTERNAL_ZLIB=ON" - } - { name: "macOS", os: macos-latest, @@ -32,7 +27,7 @@ jobs: - { name: "Linux GCC", os: ubuntu-latest, - deps_cmdline: "sudo apt update && sudo apt install libsdl2-dev libgtk2.0-dev" + deps_cmdline: "sudo apt update && sudo apt install libsdl2-dev libgtk2.0-dev libvpx-dev" } - { name: "Linux Clang",