From 203163de43477638011a4cd94796bb978bb94f48 Mon Sep 17 00:00:00 2001 From: "mr. M" Date: Tue, 7 Jan 2025 23:12:20 +0100 Subject: [PATCH] Refactor Windows build workflow by removing unnecessary dependencies --- .github/workflows/windows-release-build.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/windows-release-build.yml b/.github/workflows/windows-release-build.yml index 814684a20..5ebe0762e 100644 --- a/.github/workflows/windows-release-build.yml +++ b/.github/workflows/windows-release-build.yml @@ -94,14 +94,13 @@ jobs: rm wine.tar.zst echo Setup Visual Studio sudo apt-get update - sudo apt-get install -y msitools python3-pip autoconf \ + sudo apt-get install -y python3-pip autoconf \ autoconf2.13 \ automake \ bison \ build-essential \ cabextract \ curl \ - clang-13 \ cmake \ flex \ gawk \ @@ -118,7 +117,6 @@ jobs: libtool \ libucl-dev \ libxml2-dev \ - lld-13 \ msitools \ ninja-build \ openssh-client \