Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
arvidn committed Nov 19, 2021
1 parent e51f4bf commit 2ae18b8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,10 @@ jobs:
. .\venv\Scripts\Activate.ps1
python benchmark/run-benchmark.py
- name: Install GMP
if: ${{ startsWith(matrix.os, 'ubuntu') }}
run: yum install gmp

- name: Build
if: ${{ !startsWith(matrix.os, 'windows') }}
env:
Expand Down Expand Up @@ -109,6 +113,7 @@ jobs:
run: |
python -m pip install maturin
rustup target add x86_64-unknown-linux-musl
yum install gmp
- name: Build
env:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/build-arm64-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ jobs:
curl -L https://sh.rustup.rs > rustup-init.sh && \
sh rustup-init.sh -y && \
yum -y install openssl-devel && \
yum -y install gmp && \
source $HOME/.cargo/env && \
rustup target add aarch64-unknown-linux-musl && \
rm -rf venv && \
Expand Down

0 comments on commit 2ae18b8

Please sign in to comment.