Skip to content

Commit

Permalink
Disable optional curl-base check
Browse files Browse the repository at this point in the history
Disable optional curl-base check by always return `0` as exit code.

At the moment, the command returns an exit code 92, due to some server-side changes.
  • Loading branch information
sormuras authored Jan 31, 2024
1 parent 0049305 commit d66f6cd
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 --silent --head --fail https://jdk.java.net
- run: curl --output /dev/null --verbose --head --fail https://jdk.java.net || true
- 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 d66f6cd

Please sign in to comment.