Skip to content

Commit a3ea361

Browse files
committed
CI - Fix IF Syntax (macOS)
1 parent a509155 commit a3ea361

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/macos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
fail-on-cache-miss: true
4848
- name: Setup OpenSSL
4949
run: |
50-
if [[ "${{ matrix.arch }}" == "x64" ]]; then
50+
if [[ "${{ matrix.arch }}" == "x64" ]]; then
5151
HOMEBREW_X64_PATH="/usr/local/bin/brew"
5252
arch -arm64 brew uninstall [email protected] || true
5353
arch -x86_64 $HOMEBREW_X64_PATH install [email protected]

0 commit comments

Comments
 (0)