From 19d85f38d47bc0b56b499a771371e3a5972fcf10 Mon Sep 17 00:00:00 2001 From: Alfonso Bribiesca Date: Thu, 8 Aug 2024 14:35:46 -0600 Subject: [PATCH] Update test.yml --- .github/workflows/test.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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: |