Skip to content

Commit 8516544

Browse files
committed
switching to apt
1 parent a35abce commit 8516544

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,8 @@ jobs:
6161
sudo apt-get install -y libmpfr-dev libssl-dev libfftw3-dev
6262
- name: Install SLEEF
6363
run: |
64-
yum update -y
65-
yum install -y cmake gcc gcc-c++ make git pkgconfig
64+
sudo apt-get update -y
65+
sudo apt-get install -y cmake gcc g++ make git pkg-config
6666
git clone --branch 3.8 https://github.com/shibatch/sleef.git
6767
cd sleef
6868
cmake -S . -B build -DSLEEF_BUILD_QUAD:BOOL=ON -DSLEEF_BUILD_SHARED_LIBS:BOOL=ON -DCMAKE_POSITION_INDEPENDENT_CODE=ON

0 commit comments

Comments
 (0)