From 2dde5b6f5307585d8121252007e0187d9e7d5562 Mon Sep 17 00:00:00 2001 From: Leland Lucius Date: Mon, 24 Feb 2020 09:18:49 -0600 Subject: [PATCH] Fix the orignal Linux build It worked for the CMake build, so adding "apt-get update" to the original build as well. --- .github/workflows/build.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 32175808f..aa695eb6f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -156,6 +156,7 @@ jobs: set -x # Setup environment + sudo apt-get update -y sudo apt-get install -y libgtk2.0-dev libasound2-dev autoconf automake autogen zip # Identify wxWidgets installation directory