mirror of
https://github.com/outbackdingo/UltraGrid.git
synced 2026-03-22 10:40:25 +00:00
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:
1
.github/workflows/ccpp.yml
vendored
1
.github/workflows/ccpp.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user