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 \