Skip to content

Commit

Permalink
+ Binary CI
Browse files Browse the repository at this point in the history
  • Loading branch information
meloalright committed Oct 23, 2023
1 parent 127f9fe commit 5fd31d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Binary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
if [[ ${{ matrix.target }} == aarch64-unknown-linux-gnu ]]; then
sudo apt-get update
sudo apt-get install -y binutils-aarch64-linux-gnu
sudo apt-get install -y install libssl-dev
sudo apt install -y install libssl-dev
fi
if [[ ${{ matrix.target }} == arm-unknown-linux-gnueabihf ]]; then
sudo apt-get update
Expand Down

0 comments on commit 5fd31d9

Please sign in to comment.