Skip to content

Commit 77e9967

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

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,10 @@ 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
7680
- name: Run quaddtype tests
7781
working-directory: quaddtype
7882
run: |

0 commit comments

Comments
 (0)