Skip to content

Commit 926cd69

Browse files
committed
Fix: Update OpenSSL installation steps in workflow
Removed redundant `xcode-select --install` command from the build workflow.
1 parent 814fc76 commit 926cd69

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@ jobs:
5757
run: |
5858
brew update
5959
brew install openssl@3 rustup-init pkg-config llvm
60-
xcode-select --install
6160
echo "OPENSSL_DIR=$(brew --prefix openssl@3)" >> $GITHUB_ENV
6261
echo "OPENSSL_LIB_DIR=$(brew --prefix openssl@3)/lib" >> $GITHUB_ENV
6362
echo "OPENSSL_INCLUDE_DIR=$(brew --prefix openssl@3)/include" >> $GITHUB_ENV

0 commit comments

Comments
 (0)