Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sunchao committed Feb 19, 2024
1 parent fa5b0a7 commit 419e76d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .github/actions/java-test/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,7 @@ runs:
- name: Run tests
shell: bash
run: |
SPARK_HOME=`pwd` ./mvnw clean install
SPARK_HOME=`pwd` \
DYLD_LIBRARY_PATH=$DYLD_LIBRARY_PATH:/opt/homebrew/opt/openssl@3/lib \
LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/opt/homebrew/opt/openssl@3/lib \
./mvnw clean install
2 changes: 1 addition & 1 deletion .github/actions/setup-macos-builder/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ runs:
echo "$HOME/d/protoc/bin" >> $GITHUB_PATH
export PATH=$PATH:$HOME/d/protoc/bin
# Install other Dependencies
brew install https://github.com/tebelorg/Tump/releases/download/v1.0.0/openssl.rb
brew install openssl
- name: Install JDK ${{inputs.jdk-version}}
uses: actions/setup-java@v4
Expand Down

0 comments on commit 419e76d

Please sign in to comment.