mirror of
https://github.com/cookiengineer/audacity
synced 2025-12-19 15:11:23 +01:00
Adding "autogen" to reduce false failures
This commit is contained in:
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -156,7 +156,7 @@ jobs:
|
||||
set -x
|
||||
|
||||
# Setup environment
|
||||
sudo apt-get install -y libgtk2.0-dev libasound2-dev autoconf automake zip
|
||||
sudo apt-get install -y libgtk2.0-dev libasound2-dev autoconf automake autogen zip
|
||||
|
||||
# Identify wxWidgets installation directory
|
||||
WXROOT="${GITHUB_WORKSPACE}/wxroot"
|
||||
|
||||
Reference in New Issue
Block a user