Skip to content

Commit

Permalink
Install Homebrew in x64
Browse files Browse the repository at this point in the history
  • Loading branch information
BrainStone committed Sep 21, 2024
1 parent e9de44d commit d539b43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/code_checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ jobs:
- name: Install OpenSSL 1.0.2
if: ${{ runner.os == 'MacOS' }}
run: |
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
arch -x86_64 /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"
export PATH="/usr/local/bin:$PATH"
arch -x86_64 brew install rbenv/tap/openssl@1.0
sudo ln -sfnv /usr/local/Cellar/openssl@1.0/1.0.2* /usr/local/opt/openssl
Expand Down

0 comments on commit d539b43

Please # to comment.