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 bb111db
Showing 1 changed file with 1 addition and 1 deletion.
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 bb111db

Please sign in to comment.