We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 814fc76 commit 926cd69Copy full SHA for 926cd69
.github/workflows/build.yml
@@ -57,7 +57,6 @@ jobs:
57
run: |
58
brew update
59
brew install openssl@3 rustup-init pkg-config llvm
60
- xcode-select --install
61
echo "OPENSSL_DIR=$(brew --prefix openssl@3)" >> $GITHUB_ENV
62
echo "OPENSSL_LIB_DIR=$(brew --prefix openssl@3)/lib" >> $GITHUB_ENV
63
echo "OPENSSL_INCLUDE_DIR=$(brew --prefix openssl@3)/include" >> $GITHUB_ENV
0 commit comments