Skip to content
This repository has been archived by the owner on Aug 29, 2024. It is now read-only.

Commit

Permalink
Update broken-link-check.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Netyyyy authored Aug 26, 2024
1 parent 248a3b1 commit 1dd0a9a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/broken-link-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,13 @@ jobs:
ref: main
path: azure-sdk-for-java

- name: Set up JDK 17
uses: actions/setup-java@v3
with:
java-version: '17'
distribution: 'temurin'
cache: maven

- name: Build latest azure-sdk-for-java repository
run: |
cd azure-sdk-for-java
Expand Down

0 comments on commit 1dd0a9a

Please sign in to comment.