ci: remove one redudant step in x86_64-apple-darwin

This commit is contained in:
Jozef Steinhübl 2024-07-21 15:42:49 +02:00
parent d56ff0502e
commit 37996778d7
No known key found for this signature in database
GPG key ID: E6BC90C91973B08F

View file

@ -38,7 +38,6 @@ jobs:
bootstrap: |
arch -x86_64 /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
arch -x86_64 /usr/local/bin/brew install openssl@3
echo 'eval "$(/usr/local/bin/brew shellenv)"') >> /Users/runner/.bash_profile
echo "OPENSSL_DIR=$(/usr/local/bin/brew --prefix openssl@3)" >> $GITHUB_ENV
- target: aarch64-apple-darwin
runner: macos-latest