mirror of
https://github.com/cookiengineer/audacity
synced 2025-06-15 15:49:36 +02:00
Fix the orignal Linux build
It worked for the CMake build, so adding "apt-get update" to the original build as well.
This commit is contained in:
parent
e5c5c08de6
commit
2dde5b6f53
1
.github/workflows/build.yml
vendored
1
.github/workflows/build.yml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user