Skip to content

Commit

Permalink
install gmp/mpfr for test builds
Browse files Browse the repository at this point in the history
  • Loading branch information
jwt27 committed Jun 1, 2024
1 parent 42f5bbf commit 46503a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
run: |
sudo add-apt-repository ppa:ubuntu-toolchain-r/test
sudo apt-get update
sudo apt-get install bison flex curl make texinfo zlib1g-dev tar bzip2 gzip xz-utils unzip dos2unix libtool-bin gcc-11 g++-11 cmake help2man python2-dev nasm libslang2-dev ccache
sudo apt-get install bison flex curl make texinfo zlib1g-dev tar bzip2 gzip xz-utils unzip dos2unix libtool-bin gcc-11 g++-11 cmake help2man python2-dev nasm libslang2-dev ccache libmpfr-dev libgmp-dev
echo "CC=gcc-12" >> $GITHUB_ENV
echo "CXX=g++-12" >> $GITHUB_ENV
mkdir -p ~/.ccache
Expand All @@ -72,7 +72,7 @@ jobs:
if: contains(matrix.os, 'macos')
run: |
brew update
brew install bash bison flex curl make texinfo zlib bzip2 gzip xz unzip dos2unix libtool cmake help2man nasm s-lang ccache
brew install bash bison flex curl make texinfo zlib bzip2 gzip xz unzip dos2unix libtool cmake help2man nasm s-lang ccache mpfr gmp
mkdir -p ~/.ccache
echo "CCACHE_DIR=~/.ccache" >> $GITHUB_ENV
echo "$(brew --prefix)/opt/ccache/libexec" >> $GITHUB_PATH
Expand Down

0 comments on commit 46503a7

Please sign in to comment.