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 6363 . .\venv\Scripts\Activate.ps1
6464 python benchmark/run-benchmark.py
6565
66+ - name : Install GMP
67+ if : ${{ startsWith(matrix.os, 'ubuntu') }}
68+ run : yum install gmp
69+
6670 - name : Build
6771 if : ${{ !startsWith(matrix.os, 'windows') }}
6872 env :
@@ -109,6 +113,7 @@ jobs:
109113 run : |
110114 python -m pip install maturin
111115 rustup target add x86_64-unknown-linux-musl
116+ yum install gmp
112117
113118 - name : Build
114119 env :
Original file line number Diff line number Diff line change 4242 curl -L https://sh.rustup.rs > rustup-init.sh && \
4343 sh rustup-init.sh -y && \
4444 yum -y install openssl-devel && \
45+ yum -y install gmp && \
4546 source $HOME/.cargo/env && \
4647 rustup target add aarch64-unknown-linux-musl && \
4748 rm -rf venv && \
You can’t perform that action at this time.
0 commit comments