1 parent 33a7acd commit 70b9971Copy full SHA for 70b9971
1 file changed
.github/workflows/build_test_makefile.yml
@@ -27,5 +27,5 @@ jobs:
27
chmod a+x generate_build_info.sh
28
cd source
29
mkdir build && cd build
30
- make -f ../Makefile -j2 ${{ matrix.build_args }}
+ make abacus -f ../Makefile -j2 ${{ matrix.build_args }}
31
0 commit comments