Skip to content

Commit 375a621

Browse files
committed
debugging sleef installation issues
1 parent 77e9967 commit 375a621

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
run: |
6767
git clone https://github.com/shibatch/sleef.git
6868
cd sleef
69-
cmake -S . -B build -DSLEEF_BUILD_QUAD:BOOL=ON -DCMAKE_POSITION_INDEPENDENT_CODE=ON
69+
cmake -S . -B build -DSLEEF_BUILD_QUAD:BOOL=ON -DSLEEF_BUILD_SHARED_LIBS:BOOL=ON -DCMAKE_POSITION_INDEPENDENT_CODE=ON
7070
cmake --build build/ --clean-first -j
7171
sudo cmake --install build --prefix /usr
7272
- name: Install quaddtype

0 commit comments

Comments
 (0)