File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change 63
63
. .\venv\Scripts\Activate.ps1
64
64
python benchmark/run-benchmark.py
65
65
66
+ - name : Install GMP
67
+ if : ${{ startsWith(matrix.os, 'ubuntu') }}
68
+ run : yum install gmp
69
+
66
70
- name : Build
67
71
if : ${{ !startsWith(matrix.os, 'windows') }}
68
72
env :
@@ -109,6 +113,7 @@ jobs:
109
113
run : |
110
114
python -m pip install maturin
111
115
rustup target add x86_64-unknown-linux-musl
116
+ yum install gmp
112
117
113
118
- name : Build
114
119
env :
Original file line number Diff line number Diff line change 42
42
curl -L https://sh.rustup.rs > rustup-init.sh && \
43
43
sh rustup-init.sh -y && \
44
44
yum -y install openssl-devel && \
45
+ yum -y install gmp && \
45
46
source $HOME/.cargo/env && \
46
47
rustup target add aarch64-unknown-linux-musl && \
47
48
rm -rf venv && \
You can’t perform that action at this time.
0 commit comments