Skip to content

Commit 28c205b

Browse files
committed
fixing cmake sleefquad dep in CI
1 parent ae9d8b8 commit 28c205b

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
@@ -66,9 +66,9 @@ jobs:
6666
run: |
6767
git clone https://github.com/shibatch/sleef.git
6868
cd sleef
69-
cmake -S . -B -DSLEEF_BUILD_QUAD:BOOL=ON build/
69+
cmake -S . -B build -DSLEEF_BUILD_QUAD:BOOL=ON
7070
cmake --build build/ --clean-first -j
71-
sudo cmake --install build/ --prefix /usr
71+
sudo cmake --install build --prefix /usr
7272
- name: Install quaddtype
7373
working-directory: quaddtype
7474
run: |

0 commit comments

Comments
 (0)