File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change 19
19
- uses : actions/setup-python@v4
20
20
with :
21
21
python-version : ' 3.10'
22
+ - name : Install deps for ssl
23
+ run : sudo apt-get update && sudo apt-get install libssl-dev openssl
22
24
- name : Build wheels
23
25
uses : PyO3/maturin-action@v1
24
26
with :
50
52
with :
51
53
python-version : ' 3.10'
52
54
architecture : ${{ matrix.target }}
55
+ - name : Install deps for ssl
56
+ run : vcpkg install openssl
53
57
- name : Build wheels
54
58
uses : PyO3/maturin-action@v1
55
59
with :
79
83
- uses : actions/setup-python@v4
80
84
with :
81
85
python-version : ' 3.10'
86
+ - name : Set up Homebrew
87
+ id : set-up-homebrew
88
+ uses : Homebrew/actions/setup-homebrew@master
89
+ - name : Install openssl deps
90
+ run : brew install openssl
82
91
- name : Build wheels
83
92
uses : PyO3/maturin-action@v1
84
93
with :
@@ -133,6 +142,8 @@ jobs:
133
142
with :
134
143
python-version : ' 3.10'
135
144
architecture : x64
145
+ - name : Install ssl deps
146
+ run : apt install pkg-config
136
147
- name : Build wheels
137
148
uses : messense/maturin-action@v1
138
149
with :
You can’t perform that action at this time.
0 commit comments