don't install zlib from apt-get

This commit is contained in:
2024-07-17 17:13:12 -06:00
parent a23ff469fa
commit b0f267337e

View File

@@ -98,7 +98,7 @@ jobs:
run: brew install scons
if: ${{ matrix.os == 'macos' }}
- name: Linux build dependencies
run: sudo apt-get update && sudo apt-get install scons libxml2-utils zlib1g zenity
run: sudo apt-get update && sudo apt-get install scons libxml2-utils zenity
if: ${{ matrix.os == 'ubuntu' }}
- name: Install TGUI
run: 'sudo ./.github/workflows/scripts/linux/install-tgui.sh'