Skip to content

Commit fb552ae

Browse files
committed
fixup
1 parent db0c4cd commit fb552ae

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/benchmark.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,9 @@ jobs:
6565
6666
- name: Install GMP
6767
if: ${{ startsWith(matrix.os, 'ubuntu') }}
68-
run: yum install gmp
68+
run: |
69+
sudo apt install gmp
70+
ls -la /usr/lib64
6971
7072
- name: Build
7173
if: ${{ !startsWith(matrix.os, 'windows') }}
@@ -113,7 +115,7 @@ jobs:
113115
run: |
114116
python -m pip install maturin
115117
rustup target add x86_64-unknown-linux-musl
116-
yum install gmp
118+
sudo apt install gmp
117119
118120
- name: Build
119121
env:

0 commit comments

Comments
 (0)