Skip to content

Commit 307ac72

Browse files
authored
try to fix macos build
1 parent 06478b0 commit 307ac72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
executable: 'geode'
3535
prebuild: |
3636
brew fetch --force --bottle-tag=ventura openssl@3
37-
brew reinstall $(brew --cache --bottle-tag=ventura openssl@3)
37+
brew reinstall --force-bottle openssl@3
3838
export OPENSSL_STATIC=1
3939
export OPENSSL_DIR="/opt/homebrew/opt/openssl@3"
4040
target: x86_64-apple-darwin

0 commit comments

Comments
 (0)