Skip to content

Commit

Permalink
[scripts] revert aptitude change
Browse files Browse the repository at this point in the history
  • Loading branch information
dimitre committed Sep 11, 2024
1 parent e972139 commit 7f777da
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/ci/package_builds.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,11 @@ ROOT=$(realpath "$ROOT")

echo "##[group]apt update"
if [[ "$(uname -s)" == "Linux" ]]; then
sudo apt-get -y install aptitude
#for ubuntu 22.04 we need to install wine32
#sudo dpkg --add-architecture i386
sudo apt-get update
sudo aptitude -y install wine64 aptitude
sudo aptitude -y install wine64
fi
echo "##[endgroup]"

Expand Down

0 comments on commit 7f777da

Please sign in to comment.