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 db0c4cd commit fb552ae
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,9 @@ jobs:
- name: Install GMP
if: ${{ startsWith(matrix.os, 'ubuntu') }}
run: yum install gmp
run: |
sudo apt install gmp
ls -la /usr/lib64
- name: Build
if: ${{ !startsWith(matrix.os, 'windows') }}
Expand Down Expand Up @@ -113,7 +115,7 @@ jobs:
run: |
python -m pip install maturin
rustup target add x86_64-unknown-linux-musl
yum install gmp
sudo apt install gmp
- name: Build
env:
Expand Down

0 comments on commit fb552ae

Please sign in to comment.