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:
2
.github/workflows/cmake_build.yml
vendored
2
.github/workflows/cmake_build.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user