Skip to content

Commit 7f777da

Browse files
authored
[scripts] revert aptitude change
1 parent e972139 commit 7f777da

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

scripts/ci/package_builds.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,11 @@ ROOT=$(realpath "$ROOT")
1414

1515
echo "##[group]apt update"
1616
if [[ "$(uname -s)" == "Linux" ]]; then
17+
sudo apt-get -y install aptitude
1718
#for ubuntu 22.04 we need to install wine32
1819
#sudo dpkg --add-architecture i386
1920
sudo apt-get update
20-
sudo aptitude -y install wine64 aptitude
21+
sudo aptitude -y install wine64
2122
fi
2223
echo "##[endgroup]"
2324

0 commit comments

Comments
 (0)