diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index eb0c32cc..8f405d40 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -51,8 +51,7 @@ jobs: run: | git clone https://github.com/herumi/mcl cd mcl - pwd - make -j4 + ./build.sh - name: Build Java FFI run: |