attempting to ameliorate mac builds in gh actions

This commit is contained in:
2025-01-27 17:42:13 -05:00
parent d6da8ee84e
commit 600bad337e

View File

@@ -35,7 +35,11 @@ jobs:
brew install harfbuzz
brew install odin
make -C "/opt/homebrew/Cellar/odin/2024-12/libexec/vendor/stb/src"
# Get the latest Odin directory dynamically
ODIN_VER_DIR=$(ls /opt/homebrew/Cellar/odin/ | sort -r | head -n1)
echo "ODIN_VER_DIR=$ODIN_VER_DIR" >> $GITHUB_ENV
make -C "/opt/homebrew/Cellar/odin/$ODIN_VER_DIR/libexec/vendor/stb/src"
- name: Run build script
run: |