We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e972139 commit 7f777daCopy full SHA for 7f777da
scripts/ci/package_builds.sh
@@ -14,10 +14,11 @@ ROOT=$(realpath "$ROOT")
14
15
echo "##[group]apt update"
16
if [[ "$(uname -s)" == "Linux" ]]; then
17
+ sudo apt-get -y install aptitude
18
#for ubuntu 22.04 we need to install wine32
19
#sudo dpkg --add-architecture i386
20
sudo apt-get update
- sudo aptitude -y install wine64 aptitude
21
+ sudo aptitude -y install wine64
22
fi
23
echo "##[endgroup]"
24
0 commit comments