Skip to content

Commit

Permalink
Fix CI on Windows (#759)
Browse files Browse the repository at this point in the history
  • Loading branch information
msridhar committed Apr 27, 2023
1 parent 8821567 commit f585e23
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,12 @@ jobs:
steps:
- name: Check out NullAway sources
uses: actions/checkout@v3
- name: 'Set up JDK 17 on Windows'
uses: actions/setup-java@v3
with:
java-version: '17'
distribution: 'temurin'
if: matrix.os == 'windows-latest'
- name: 'Set up JDK ${{ matrix.java }}'
uses: actions/setup-java@v3
with:
Expand Down

0 comments on commit f585e23

Please sign in to comment.