Skip to content

Commit 374e167

Browse files
committed
fixup
1 parent ca09b11 commit 374e167

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/build-arm64-wheels.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ jobs:
4343
sh rustup-init.sh -y && \
4444
yum -y install openssl-devel && \
4545
yum -y install gmp && \
46+
ls -la /usr/lib64/ && \
4647
source $HOME/.cargo/env && \
4748
rustup target add aarch64-unknown-linux-musl && \
4849
rm -rf venv && \

.github/workflows/build-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -232,11 +232,11 @@ jobs:
232232
with:
233233
toolchain: nightly
234234
- name: install GMP
235-
run: sudo apt install libgmp3-dev
235+
run: sudo apt install libgmp-dev
236236
- name: cargo-fuzz
237237
run: cargo +nightly install cargo-fuzz
238238
- name: build
239-
run: cargo +nightly fuzz build
239+
run: cargo +nightly fuzz build --cargo-extra-args="--features=openssl"
240240

241241
unit_tests:
242242
runs-on: ubuntu-20.04

0 commit comments

Comments
 (0)