Skip to content

Commit

Permalink
ci: use static openssl for macos
Browse files Browse the repository at this point in the history
  • Loading branch information
jjanku committed Mar 19, 2024
1 parent 5c73863 commit 1b80a8f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/flutter-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,8 @@ jobs:
- name: Build native libs for macOS
if: matrix.target == 'macOS'
env:
OPENSSL_STATIC: 1
run: |
cd meesign_native/native/meesign-crypto/
cargo build --release
Expand Down

0 comments on commit 1b80a8f

Please sign in to comment.