Skip to content

Commit

Permalink
Already run above
Browse files Browse the repository at this point in the history
  • Loading branch information
sebbASF committed Sep 9, 2023
1 parent 398e65a commit de4f58b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,10 +82,6 @@ jobs:
- name: Run Crypto (JNI)
run: |
mvn -q exec:java -D"exec.mainClass=org.apache.commons.crypto.Crypto"
- name: Run Crypto (JNI - macOS)
if: ${{ matrix.os == 'macos-11' }}
run: |
mvn -q exec:java -D"exec.mainClass=org.apache.commons.crypto.Crypto" -D"jni.library.path=/usr/local/miniconda/lib"
- name: Run OpenSslJna (JNA - macOS)
if: ${{ matrix.os == 'macos-11' }}
run: |
Expand Down

0 comments on commit de4f58b

Please sign in to comment.