Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
alfonsobries committed Aug 8, 2024
1 parent 18f56d6 commit db33397
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
mkdir build
cd build
cmake ..
cmake -DMCL_LINK_DIR=/home/runner/work/java-crypto/java-crypto/mcl/build/lib --build . --config Release
cmake -DMCL_LINK_DIR=/home/runner/work/java-crypto/java-crypto/mcl/build/lib;/home/runner/work/java-crypto/java-crypto/mcl/lib --build . --config Release
- name: Install Nix
uses: cachix/install-nix-action@v27
Expand Down

0 comments on commit db33397

Please sign in to comment.