mirror of
https://github.com/zen-browser/desktop.git
synced 2026-03-06 08:47:03 +00:00
Refactor Windows build workflow by removing unnecessary dependencies
This commit is contained in:
4
.github/workflows/windows-release-build.yml
vendored
4
.github/workflows/windows-release-build.yml
vendored
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user