ci: add missing xorriso PACKAGES entry in macOS environment

This commit is contained in:
Kittywhiskers Van Gogh 2024-11-04 09:37:38 +00:00
parent 62b0213c45
commit ba281413b0
No known key found for this signature in database
GPG Key ID: 30CD0C065E5C4AAD

View File

@ -8,7 +8,7 @@ export LC_ALL=C.UTF-8
export CONTAINER_NAME=ci_macos_cross
export HOST=x86_64-apple-darwin
export PACKAGES="cmake libz-dev libtinfo5 python3-setuptools"
export PACKAGES="cmake libz-dev libtinfo5 python3-setuptools xorriso"
export XCODE_VERSION=12.2
export XCODE_BUILD_ID=12B45b
export RUN_UNIT_TESTS=false