CI mac: do not handle VideoMasterHD manually

Use the installer and rely on dylibbundler v2 to deploy the framework
correctly.

Note: in the macOS/install_others.sh script, make sure that the env var
modification is global (== not just in the subshell) in order to be updated
by subsequent commands in the same script.
This commit is contained in:
Martin Pulec
2024-02-12 10:15:41 +01:00
parent 1acce2464e
commit 1cce11666e
4 changed files with 10 additions and 35 deletions

View File

@@ -180,7 +180,6 @@ jobs:
mkdir -p ${{ env.SDK_NONFREE_PATH }}
cd ${{ env.SDK_NONFREE_PATH }}
curl -S -f -O $SDK_URL/VideoMaster_SDK_MacOSX.zip || true
$GITHUB_WORKSPACE/.github/scripts/macOS/prepare_nonfree_sdks.sh
- name: Cache XIMEA
id: cache-macos-ximea
uses: actions/cache@main