Skip to content

Commit

Permalink
Merge pull request #6509 from garlick/fix_macos_ci
Browse files Browse the repository at this point in the history
build macos with homebrew lua that is not deprecated
  • Loading branch information
mergify[bot] authored Dec 15, 2024
2 parents f26ecc0 + 302d735 commit 23e0f78
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions scripts/install-deps-macos.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,12 @@ brew install \
libarchive \
hwloc \
sqlite \
lua@5.3 \
lua \
python3 \
cffi \
libyaml \
jq

brew link [email protected]

python3 -m venv macos-venv
source macos-venv/bin/activate

Expand Down

0 comments on commit 23e0f78

Please sign in to comment.