Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
alfonsobries committed Aug 8, 2024
1 parent 905b470 commit 18f56d6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,11 @@ jobs:
git clone https://github.com/herumi/mcl
cd mcl
make -j4
pwd
cd ffi/java
mkdir build
cd build
cmake ..
cmake --build . --config Release
cmake -DMCL_LINK_DIR=/home/runner/work/java-crypto/java-crypto/mcl/build/lib --build . --config Release
- name: Install Nix
uses: cachix/install-nix-action@v27
Expand Down

0 comments on commit 18f56d6

Please sign in to comment.