Skip to content

Commit

Permalink
CI - Fix x64 OpenSSL (MacOS)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlbertShown committed Nov 22, 2024
1 parent 9814a18 commit e67788a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ jobs:
- name: Setup OpenSSL
run: |
if [[ "${{ matrix.arch }}" == "x64" ]]; then
brew uninstall [email protected] || true
arch -x86_64 brew install [email protected]
echo "WEBUI_TLS_INCLUDE=$(arch -x86_64 brew --prefix [email protected])/include/" >> $GITHUB_ENV
echo "WEBUI_TLS_LIB=$(arch -x86_64 brew --prefix [email protected])/lib/" >> $GITHUB_ENV
Expand Down

0 comments on commit e67788a

Please sign in to comment.