Skip to content

Commit ae9d8b8

Browse files
committed
fixing sleefquad dep in CI
1 parent 64d1e9e commit ae9d8b8

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/
69+
cmake -S . -B -DSLEEF_BUILD_QUAD:BOOL=ON build/
7070
cmake --build build/ --clean-first -j
7171
sudo cmake --install build/ --prefix /usr
7272
- name: Install quaddtype

0 commit comments

Comments
 (0)