mirror of
https://github.com/cookiengineer/audacity
synced 2025-06-15 15:49:36 +02:00
Adding "autogen" to reduce false failures
This commit is contained in:
parent
873d067e74
commit
25afa10bc4
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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user