Skip to content

Commit

Permalink
Revert "Fix CI on Windows (uber#759)"
Browse files Browse the repository at this point in the history
This reverts commit f585e23.
  • Loading branch information
msridhar committed Jul 18, 2023
1 parent ad40198 commit ca5295a
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,6 @@ 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 ca5295a

Please sign in to comment.