Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
arvidn committed Nov 23, 2021
1 parent ca09b11 commit 374e167
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-arm64-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ jobs:
sh rustup-init.sh -y && \
yum -y install openssl-devel && \
yum -y install gmp && \
ls -la /usr/lib64/ && \
source $HOME/.cargo/env && \
rustup target add aarch64-unknown-linux-musl && \
rm -rf venv && \
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -232,11 +232,11 @@ jobs:
with:
toolchain: nightly
- name: install GMP
run: sudo apt install libgmp3-dev
run: sudo apt install libgmp-dev
- name: cargo-fuzz
run: cargo +nightly install cargo-fuzz
- name: build
run: cargo +nightly fuzz build
run: cargo +nightly fuzz build --cargo-extra-args="--features=openssl"

unit_tests:
runs-on: ubuntu-20.04
Expand Down

0 comments on commit 374e167

Please sign in to comment.