Skip to content

Commit

Permalink
Ant will now not fail with JDK-21
Browse files Browse the repository at this point in the history
  • Loading branch information
martinpaljak committed Apr 1, 2024
1 parent 808d57e commit d9f36c0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/robot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ jobs:
if: matrix.java != 8
run: ./mvnw -T1C -B -U verify
- name: Run ANT tests
if: matrix.java != 21
run: ant test dist
- name: Get SHA-256 of ant-javacard.jar
run: echo "JARSUM=$(shasum -a 256 --tag ant-javacard.jar)" >> "$GITHUB_ENV"
Expand Down

0 comments on commit d9f36c0

Please sign in to comment.