Skip to content

Commit

Permalink
Fix ssl error in macos
Browse files Browse the repository at this point in the history
  • Loading branch information
evgeny-stakewise committed Jan 30, 2025
1 parent 305944c commit 3c9b6f9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,8 @@ jobs:
run: |
brew install libpq
brew link --force libpq
export LDFLAGS="-L$(brew --prefix openssl)/lib"
export CPPFLAGS="-I$(brew --prefix openssl)/include"
if: matrix.os == 'macos-14'

- uses: actions/setup-python@v4
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "v3-operator"
version = "v3.0.2.rc2"
version = "v3.0.2.rc3"
description = "StakeWise operator service for registering vault validators"
authors = ["StakeWise Labs <[email protected]>"]
package-mode = false
Expand Down

0 comments on commit 3c9b6f9

Please sign in to comment.