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 06478b0 commit 307ac72Copy full SHA for 307ac72
.github/workflows/build.yml
@@ -34,7 +34,7 @@ jobs:
34
executable: 'geode'
35
prebuild: |
36
brew fetch --force --bottle-tag=ventura openssl@3
37
- brew reinstall $(brew --cache --bottle-tag=ventura openssl@3)
+ brew reinstall --force-bottle openssl@3
38
export OPENSSL_STATIC=1
39
export OPENSSL_DIR="/opt/homebrew/opt/openssl@3"
40
target: x86_64-apple-darwin
0 commit comments