Skip to content

Commit 70b9971

Browse files
committed
Make Makefile test valid
1 parent 33a7acd commit 70b9971

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build_test_makefile.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,5 @@ jobs:
2727
chmod a+x generate_build_info.sh
2828
cd source
2929
mkdir build && cd build
30-
make -f ../Makefile -j2 ${{ matrix.build_args }}
30+
make abacus -f ../Makefile -j2 ${{ matrix.build_args }}
3131

0 commit comments

Comments
 (0)