gha: don't install unneeded multilib packages for amd64
This commit is contained in:
parent
e00c20b288
commit
affc64c6da
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ if [ "$GH_CPU_ARCH" == "i386" ]; then
|
||||||
wget "https://github.com/AppImage/AppImageKit/releases/download/continuous/appimagetool-i686.AppImage" -O appimagetool.AppImage
|
wget "https://github.com/AppImage/AppImageKit/releases/download/continuous/appimagetool-i686.AppImage" -O appimagetool.AppImage
|
||||||
elif [ "$GH_CPU_ARCH" == "amd64" ]; then
|
elif [ "$GH_CPU_ARCH" == "amd64" ]; then
|
||||||
sudo apt update
|
sudo apt update
|
||||||
sudo apt install gcc-multilib g++-multilib libx11-dev libxext-dev x11-utils libgl1-mesa-dev libasound-dev libstdc++6 libfuse2 zlib1g
|
sudo apt install libx11-dev libxext-dev x11-utils libgl1-mesa-dev libasound-dev libstdc++6 libfuse2 zlib1g
|
||||||
|
|
||||||
wget "https://github.com/AppImage/AppImageKit/releases/download/continuous/appimagetool-x86_64.AppImage" -O appimagetool.AppImage
|
wget "https://github.com/AppImage/AppImageKit/releases/download/continuous/appimagetool-x86_64.AppImage" -O appimagetool.AppImage
|
||||||
else
|
else
|
||||||
|
|
Loading…
Add table
Reference in a new issue