8000 Changed actions · psqlpy-python/psqlpy@b647471 · GitHub
[go: up one dir, main page]

Skip to content
8000

Commit b647471

Browse files
committed
Changed actions
Signed-off-by: chandr-andr (Kiselev Aleksandr) <chandr@chandr.net>
1 parent d8cb5ad commit b647471

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
with:
8383
python-version: '3.10'
8484
- name: Install openssl deps
85-
run: /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
85+
run: /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" && brew install openssl
8686
- name: Build wheels
8787
uses: PyO3/maturin-action@v1
8888
with:

0 commit comments

Comments
 (0)
0