Skip to content

Commit 76906a2

Browse files
committed
another fix
1 parent 8409b55 commit 76906a2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/msolve.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
- name: "Build FLINT"
7575
run: |
7676
git clone --depth=1 https://github.com/flintlib/flint
77-
./bootstrap.sh && ./configure CC=${CC} --with-ntl --enable-assert
77+
cd flint && ./bootstrap.sh && ./configure CC=${CC} --with-ntl --enable-assert
7878
$MAKE && sudo make install && sudo ldconfig
7979
- name: "Build and Test msolve"
8080
run: |

0 commit comments

Comments
 (0)