Skip to content

Commit

Permalink
look for i686
Browse files Browse the repository at this point in the history
  • Loading branch information
nleroy917 committed May 15, 2024
1 parent 206d593 commit 8d5f52e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@ jobs:
if [ "$ARCH" == "x86_64" ]; then
echo "Detected architecture: x86_64"
yum -y install openssl-devel
elif [ "$ARCH" == "i686" ]; then
echo "Detected architecture: x86"
yum -y install openssl-devel
elif [ "$ARCH" == "aarch64" ]; then
echo "Detected architecture: ARM/aarch64"
apt-get update
Expand Down

0 comments on commit 8d5f52e

Please sign in to comment.