Skip to content

Commit

Permalink
Bump dependencies (#435)
Browse files Browse the repository at this point in the history
  • Loading branch information
Rigidity authored Jul 11, 2024
1 parent 30d3f49 commit 90915aa
Show file tree
Hide file tree
Showing 10 changed files with 487 additions and 570 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 @@ -40,6 +40,7 @@ jobs:
echo $PATH && \
curl -L https://sh.rustup.rs > rustup-init.sh && \
sh rustup-init.sh -y && \
yum -y install perl-IPC-Cmd && \
yum -y install openssl-devel && \
source $HOME/.cargo/env && \
rustup target add aarch64-unknown-linux-musl && \
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ jobs:
bash -exc '\
curl -L https://sh.rustup.rs > rustup-init.sh && \
sh rustup-init.sh -y && \
yum -y install perl-IPC-Cmd && \
yum -y --disablerepo=epel install openssl-devel && \
source $HOME/.cargo/env && \
rustup target add x86_64-unknown-linux-musl && \
Expand Down
Loading

0 comments on commit 90915aa

Please sign in to comment.