mirror of
https://github.com/cookiengineer/audacity
synced 2025-06-17 16:40:07 +02:00
Fix github actions Mac build
As of 2021/01/01, github is using Xcode 12.2 as the default and it has a bug in the install_name_tool. So explicity use 12.3 instead.
This commit is contained in:
parent
0cfbbf9059
commit
ef88cb1700
4
.github/workflows/cmake_build.yml
vendored
4
.github/workflows/cmake_build.yml
vendored
@ -23,6 +23,10 @@ env:
|
|||||||
WXURL: https://github.com/audacity/wxWidgets
|
WXURL: https://github.com/audacity/wxWidgets
|
||||||
WXREF: audacity-fixes-3.1.3
|
WXREF: audacity-fixes-3.1.3
|
||||||
WXWIN: ${{ github.workspace }}/wxwin
|
WXWIN: ${{ github.workspace }}/wxwin
|
||||||
|
# As of 2021/01/01, github is using Xcode 12.2 as the default and
|
||||||
|
# it has a bug in the install_name_tool. So explicity use 12.3
|
||||||
|
# instead.
|
||||||
|
DEVELOPER_DIR: /Applications/Xcode_12.3.app/Contents/Developer
|
||||||
|
|
||||||
#
|
#
|
||||||
# Define our job(s)
|
# Define our job(s)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user