ci: add brew install openssl for desktop publish CI

This commit is contained in:
Huakun Shen 2025-01-06 22:44:00 -05:00
parent b1e21aa040
commit a5fd1f8b5d
No known key found for this signature in database

View File

@ -41,6 +41,7 @@ jobs:
if: matrix.settings.platform == 'macos-14'
run: |
brew install protobuf
brew install openssl
- name: Install Protobuf (Ubuntu)
if: matrix.settings.platform == 'ubuntu-22.04'
run: |