Skip to content

Commit

Permalink
Revert "Temporary commit to test nightlies"
Browse files Browse the repository at this point in the history
This reverts commit b448a27.
  • Loading branch information
niloc132 committed Jan 25, 2024
1 parent c65fc31 commit 14e71a4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/full-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,7 @@ jobs:
- name: Checkout GWT tools into a sibling directory
uses: actions/checkout@v4
with:
repository: 'Vertispan/tools'
ref: 'errorprone-2.23'
repository: 'gwtproject/tools'
path: 'tools'
- name: Set up JDK ${{ matrix.java-version }}
# GWT requires Java 11+ to build
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/quick-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@ jobs:
- name: Checkout GWT tools into a sibling directory
uses: actions/checkout@v4
with:
repository: 'Vertispan/tools'
ref: 'errorprone-2.23'
repository: 'gwtproject/tools'
path: 'tools'
- name: Set up JDK ${{ matrix.java-version }}
# GWT presently requires Java 11+ to build
Expand Down

0 comments on commit 14e71a4

Please sign in to comment.