File tree Expand file tree Collapse file tree 1 file changed +9
-6
lines changed Expand file tree Collapse file tree 1 file changed +9
-6
lines changed Original file line number Diff line number Diff line change 18
18
matrix :
19
19
target : [x86_64, aarch64]
20
20
steps :
21
- - uses : actions/checkout@v3
21
+ - uses : actions/checkout@v4
22
22
- uses : actions/setup-python@v4
23
23
with :
24
24
python-version : " 3.10"
35
35
args : --release --out dist --find-interpreter
36
36
sccache : " true"
37
37
manylinux : ${{ matrix.target == 'aarch64' && 'manylinux_2_28' || 'auto' }}
38
- before-script-linux : " pip install uniffi-bindgen==0.24.1"
38
+ before-script-linux : |
39
+ pip install uniffi-bindgen==0.24.1
40
+ # https://github.com/sfackler/rust-openssl/issues/2036#issuecomment-1724324145
41
+ apt update -y && apt-get install -y libssl-dev openssl pkg-config
39
42
- name : Upload wheels
40
43
uses : actions/upload-artifact@v3
41
44
with :
48
51
matrix :
49
52
target : [x64, x86]
50
53
steps :
51
- - uses : actions/checkout@v3
54
+ - uses : actions/checkout@v4
52
55
- uses : actions/setup-python@v4
53
56
with :
54
57
python-version : ' 3.10'
70
73
macos_x86 :
71
74
runs-on : macos-latest
72
75
steps :
73
- - uses : actions/checkout@v3
76
+ - uses : actions/checkout@v4
74
77
- uses : actions/setup-python@v4
75
78
with :
76
79
python-version : ' 3.10'
91
94
macos_aarch64 :
92
95
runs-on : macos-latest-large
93
96
steps :
94
- - uses : actions/checkout@v3
97
+ - uses : actions/checkout@v4
95
98
- uses : actions/setup-python@v4
96
99
with :
97
100
python-version : ' 3.10'
@@ -112,7 +115,7 @@ jobs:
112
115
sdist :
113
116
runs-on : ubuntu-latest
114
117
steps :
115
- - uses : actions/checkout@v3
118
+ - uses : actions/checkout@v4
116
119
- name : Build sdist
117
120
uses : PyO3/maturin-action@v1
118
121
with :
You can’t perform that action at this time.
0 commit comments