Skip to content

Commit

Permalink
Update update-properties-table-in-ms-docs.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Netyyyy authored Aug 26, 2024
1 parent 0ccded1 commit c3f67ed
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/update-properties-table-in-ms-docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,12 @@ jobs:
ref: main
path: azure-sdk-for-java

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

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

0 comments on commit c3f67ed

Please sign in to comment.