Skip to content

Commit

Permalink
ci: add missing xorriso PACKAGES entry in macOS environment
Browse files Browse the repository at this point in the history
  • Loading branch information
kwvg committed Nov 13, 2024
1 parent 62b0213 commit ba28141
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/test/00_setup_env_mac.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ba28141

Please sign in to comment.