Refactor Windows build workflow by removing unnecessary dependencies

This commit is contained in:
mr. M
2025-01-07 23:12:20 +01:00
parent 98fa56eed5
commit 203163de43

View File

@@ -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 \