mirror of
https://github.com/outbackdingo/UltraGrid.git
synced 2026-03-20 12:40:05 +00:00
CI: fix XIMEA URL
This commit is contained in:
3
.github/scripts/macOS/install_others.sh
vendored
3
.github/scripts/macOS/install_others.sh
vendored
@@ -19,8 +19,7 @@ fi
|
||||
install_ximea() {(
|
||||
installer=/private/var/tmp/XIMEA_OSX_SP.dmg
|
||||
if [ ! -f $installer ]; then
|
||||
curl -S -L https://www.ximea.com/downloads/recent/XIMEA_OSX_SP\
|
||||
.dmg -o $installer
|
||||
curl -S -L "$XIMEA_DOWNLOAD_URL" -o $installer
|
||||
fi
|
||||
hdiutil mount $installer
|
||||
sudo cp -a /Volumes/XIMEA/m3api.framework \
|
||||
|
||||
Reference in New Issue
Block a user