Skip to content

Commit

Permalink
Add gcc
Browse files Browse the repository at this point in the history
  • Loading branch information
charliermarsh committed Jan 19, 2024
1 parent 4cc0093 commit dcdcd3f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ jobs:
before-script-linux: |
# If we're running on rhel centos, install needed packages.
if command -v yum &> /dev/null; then
yum update -y && yum install -y perl-core openssl openssl-devel pkgconfig libatomic
yum update -y && yum install -y perl-core openssl openssl-devel pkgconfig libatomic powerpc-linux-gnu-gcc
# If we're running on i686 we need to symlink libatomic
# in order to build openssl with -latomic flag.
Expand All @@ -327,7 +327,7 @@ jobs:
fi
else
# If we're running on debian-based system.
apt update -y && apt-get install -y libssl-dev openssl pkg-config
apt update -y && apt-get install -y libssl-dev openssl pkg-config powerpc-linux-gnu-gcc
fi
- uses: uraimo/run-on-arch-action@v2
if: matrix.platform.arch != 'ppc64'
Expand Down

0 comments on commit dcdcd3f

Please sign in to comment.