Skip to content

Commit

Permalink
ensuring java is installed
Browse files Browse the repository at this point in the history
  • Loading branch information
Emra Meduseljac authored and Emra Meduseljac committed Nov 12, 2024
1 parent 6b940d1 commit d02583e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/macos-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,13 @@ jobs:
- name: Install Required System Tools
run: |
brew install pkg-config mysql-client
# Set up Java environment
- name: Configure Java Environment
run: |
export JAVA_HOME=$(/usr/libexec/java_home)
export PATH="$JAVA_HOME/bin:$PATH"
java -version
# Configure MySQL environment
- name: Configure MySQL Environment
Expand Down

0 comments on commit d02583e

Please sign in to comment.