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
1 changed files with 1 additions and 1 deletions

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"