mirror of
https://github.com/cookiengineer/audacity
synced 2025-12-09 06:06:24 +01:00
Fixes for Linux and Mac builds
Adding "apt-get update" to hopefully fix the Linux build. I thought Github would "fix" the image, but it doesn't hurt to have the update in there anyway. And fix the Mac Info.plist version.
This commit is contained in:
1
.github/workflows/cmake_build.yml
vendored
1
.github/workflows/cmake_build.yml
vendored
@@ -249,6 +249,7 @@ jobs:
|
||||
export LD_LIBRARY_PATH="/usr/local/lib"
|
||||
|
||||
# Install required packages
|
||||
sudo apt-get update -y
|
||||
sudo apt-get install -y libgtk2.0-dev libasound2-dev gettext
|
||||
sudo apt-get remove -y ccache
|
||||
|
||||
|
||||
Reference in New Issue
Block a user