don't install zlib from apt-get
This commit is contained in:
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@@ -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'
|
||||
|
Reference in New Issue
Block a user