Skip to content

Commit

Permalink
brew install openssl
Browse files Browse the repository at this point in the history
  • Loading branch information
evgeny-stakewise committed Jan 30, 2025
1 parent f41db75 commit 181a610
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -110,9 +110,9 @@ jobs:

- name: Install build dependencies for MacOS
run: |
brew install libpq
brew link --force libpq
xcode-select --install
brew install openssl
brew link --force openssl
brew --prefix openssl
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.rc4"
version = "v3.0.2.rc5"
description = "StakeWise operator service for registering vault validators"
authors = ["StakeWise Labs <[email protected]>"]
package-mode = false
Expand Down

0 comments on commit 181a610

Please sign in to comment.