1
0
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:
Leland Lucius
2020-01-28 19:27:37 -06:00
parent 873d067e74
commit 25afa10bc4

View File

@@ -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"