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 5, 2024
1 parent 58ca8d7 commit 6278a7a
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,11 +75,7 @@ jobs:
run: |
git clone https://gitlab.com/bitcoinj/secp256k1-jdk.git
cd secp256k1-jdk
if [ ${{ matrix.java }} -ge 22 ]; then
./gradlew -PjavaPath=$JAVA_HOME/lib build
else
./gradlew build
fi
gradle build
cp secp256k1-api/build/libs/secp256k1-api-0.0.1.jar ../lib
cp secp256k1-foreign/build/libs/secp256k1-foreign-0.0.1.jar ../lib
rm -rf secp256k1-jdk
Expand Down

0 comments on commit 6278a7a

Please sign in to comment.