Skip to content

Commit

Permalink
attempting to ameliorate mac builds in gh actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Ed94 committed Jan 27, 2025
1 parent d6da8ee commit 600bad3
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/macos_build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 600bad3

Please sign in to comment.