Skip to content

Commit

Permalink
install gcc-multilib
Browse files Browse the repository at this point in the history
  • Loading branch information
Jinnkunn committed Oct 24, 2024
1 parent 4ad7c44 commit 33ced32
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ jobs:
- name: Install dependencies
run: |
if command -v yum &> /dev/null; then
yum update -y && yum install -y perl-core openssl openssl-devel pkgconfig libatomic clang
yum update -y && yum install -y perl-core openssl openssl-devel pkgconfig libatomic clang gcc-multilib
# If we're running on i686 we need to symlink libatomic
# in order to build openssl with -latomic flag.
Expand All @@ -254,7 +254,7 @@ jobs:
echo "finished yum install"
else
# If we're running on debian-based system.
apt update -y && apt-get install -y libssl-dev openssl pkg-config zlib1g-dev clang
apt update -y && apt-get install -y libssl-dev openssl pkg-config zlib1g-dev clang gcc-multilib
echo "finished apt install"
fi
Expand Down

0 comments on commit 33ced32

Please sign in to comment.