Skip to content

Commit 820588d

Browse files
committed
fixing sleef linking issues
1 parent 375a621 commit 820588d

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -73,10 +73,6 @@ jobs:
7373
working-directory: quaddtype
7474
run: |
7575
CFLAGS="-fPIC" CXXFLAGS="-fPIC" python -m pip install . -v --no-build-isolation -Cbuilddir=build -C'compile-args=-v' -Csetup-args="-Dbuildtype=debug"
76-
- name: Check SLEEF installation
77-
run: |
78-
ls -l /usr/local/lib | grep sleef
79-
ls -l /usr/local/include | grep sleef
8076
- name: Run quaddtype tests
8177
working-directory: quaddtype
8278
run: |

0 commit comments

Comments
 (0)