1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-12-09 06:06:24 +01:00

Actually do what the previous change said

Forgot to actually exclude mod-null and mod-nyq-bench from the
build.

Fixed a few typos.

And removed "zip" from the package install on Ubuntu since it's
not needed anymore.
This commit is contained in:
Leland Lucius
2020-02-23 16:46:30 -06:00
parent f3ce60ae7a
commit d748c0816a
4 changed files with 6 additions and 6 deletions

View File

@@ -249,7 +249,7 @@ jobs:
export LD_LIBRARY_PATH="/usr/local/lib"
# Install required packages
sudo apt-get install -y libgtk2.0-dev libasound2-dev gettext zip
sudo apt-get install -y libgtk2.0-dev libasound2-dev gettext
sudo apt-get remove -y ccache
# Build wxWidgets if needed