Skip to content

Commit

Permalink
Make sure zstd is installed
Browse files Browse the repository at this point in the history
  • Loading branch information
dkulp committed Dec 3, 2024
1 parent 602444a commit 2dd1432
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ci_scripts/ci_pre_xcodebuild.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ mkdir -p $CI_DERIVED_DATA_PATH
cd $CI_DERIVED_DATA_PATH
ls -lart

#install zstd so we can decompress the deps
brew install zstd

# This will do a full clone which is huge and consumes a lot of bandwidth from GitHub LFS costing money
#if [ ! -d xLights-macOS-dependencies ]; then
# git clone --depth 1 https://github.com/xLightsSequencer/xLights-macOS-dependencies.git xLights-macOS-dependencies
Expand Down

0 comments on commit 2dd1432

Please sign in to comment.