8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 770715b commit 99ed1f8Copy full SHA for 99ed1f8
.github/workflows/ci.yml
@@ -69,7 +69,7 @@ jobs:
69
- name: Install quaddtype
70
working-directory: quaddtype
71
run: |
72
- export SLEEF_PATH=/usr && LDFLAGS="-Wl,-rpath,/usr/lib" python -m pip install . -v --no-build-isolation -Cbuilddir=build -C'compile-args=-v' -Csetup-args="-Dbuildtype=debug"
+ LDFLAGS="-Wl,-rpath,/usr/lib" python -m pip install . -v --no-build-isolation -Cbuilddir=build -C'compile-args=-v' -Csetup-args="-Dbuildtype=debug"
73
- name: Run quaddtype tests
74
75
0 commit comments