Skip to content

Commit

Permalink
CI - Fix IF Syntax (macOS)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlbertShown committed Nov 22, 2024
1 parent a509155 commit a3ea361
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
fail-on-cache-miss: true
- name: Setup OpenSSL
run: |
if [[ "${{ matrix.arch }}" == "x64" ]]; then
if [[ "${{ matrix.arch }}" == "x64" ]]; then
HOMEBREW_X64_PATH="/usr/local/bin/brew"
arch -arm64 brew uninstall [email protected] || true
arch -x86_64 $HOMEBREW_X64_PATH install [email protected]
Expand Down

0 comments on commit a3ea361

Please sign in to comment.