Skip to content

Commit

Permalink
Enable curl-based precondition check
Browse files Browse the repository at this point in the history
Closes #72
  • Loading branch information
sormuras authored Feb 1, 2024
1 parent d66f6cd commit 6f612ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/jdk.java.net-uri-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
permissions: write-all
steps:
- run: curl --output /dev/null --verbose --head --fail https://jdk.java.net || true
- run: curl --output /dev/null --verbose --head --fail https://jdk.java.net
- uses: actions/checkout@v4
- run: $JAVA_HOME_17_X64/bin/java src/ListOpenJavaDevelopmentKits.java > jdk.java.net-uri.properties
- run: |
Expand Down

0 comments on commit 6f612ef

Please sign in to comment.