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 8c84ca8 commit 019a7db
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,11 @@ jobs:
git clone https://github.com/herumi/mcl
cd mcl
make -j4
cd ffi/java
mkdir build
cd build
cmake ..
cmake --build . --config Release
- name: Install Nix
uses: cachix/install-nix-action@v27
Expand Down

0 comments on commit 019a7db

Please sign in to comment.