Skip to content

Commit

Permalink
Install openssl 6
Browse files Browse the repository at this point in the history
  • Loading branch information
Eugene Fabizhevskyi committed May 1, 2024
1 parent 20f5581 commit 2dd4859
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,9 @@ runs:
- name: Install dependencies
if: ${{ runner.os == 'macOS' }}
run: |
brew install rbenv/tap/[email protected]
sudo ln -sfn /usr/local/Cellar/[email protected]/1.0.2t /usr/local/opt/openssl
echo "LDFLAGS=\"-L/opt/homebrew/opt/[email protected]/lib\"" >> "$GITHUB_ENV"
echo "CPPFLAGS=\"-I/opt/homebrew/opt/[email protected]/include\"" >> "$GITHUB_ENV"
brew install [email protected]
echo "LDFLAGS=\"-L/opt/homebrew/opt/[email protected]/lib\"" >> "$GITHUB_ENV"
echo "CPPFLAGS=\"-I/opt/homebrew/opt/[email protected]/include\"" >> "$GITHUB_ENV"
shell: sh
- name: Download
if: ${{ steps.info.outputs.MINT_INSTALLED == 'false' }}
Expand Down

0 comments on commit 2dd4859

Please sign in to comment.