We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8409b55 commit 76906a2Copy full SHA for 76906a2
1 file changed
.github/workflows/msolve.yml
@@ -74,7 +74,7 @@ jobs:
74
- name: "Build FLINT"
75
run: |
76
git clone --depth=1 https://github.com/flintlib/flint
77
- ./bootstrap.sh && ./configure CC=${CC} --with-ntl --enable-assert
+ cd flint && ./bootstrap.sh && ./configure CC=${CC} --with-ntl --enable-assert
78
$MAKE && sudo make install && sudo ldconfig
79
- name: "Build and Test msolve"
80
0 commit comments