Skip to content

Commit

Permalink
Adding libssl-dev-armhf
Browse files Browse the repository at this point in the history
  • Loading branch information
hassandraga committed Jun 19, 2024
1 parent ad476c4 commit 4d71860
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/linux_arm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ jobs:
elif [ "${{ matrix.arch }}" == "arm" ]; then
sudo apt update
sudo apt install -y libssl-dev
sudo apt install -y libssl-dev:armhf
sudo apt install -y gcc-arm-linux-gnueabi
CC=arm-linux-gnueabi-gcc
fi
Expand Down

0 comments on commit 4d71860

Please sign in to comment.