From 3df5f1a9a7b950389cb75f2db914b098fd4a34fc Mon Sep 17 00:00:00 2001 From: Colin Alworth Date: Wed, 18 Dec 2024 08:51:31 -0600 Subject: [PATCH] Point github actions to the new branch --- .github/workflows/full-check.yml | 3 ++- .github/workflows/quick-check.yml | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/full-check.yml b/.github/workflows/full-check.yml index c1a277efd9..ec78628940 100644 --- a/.github/workflows/full-check.yml +++ b/.github/workflows/full-check.yml @@ -29,7 +29,8 @@ jobs: - name: Checkout GWT tools into a sibling directory uses: actions/checkout@v4 with: - repository: 'gwtproject/tools' + repository: 'vegegoku/tools' + ref: 'no-repackaging-jdt-test' path: 'tools' - name: Set up JDK ${{ matrix.java-version }} # GWT requires Java 11+ to build diff --git a/.github/workflows/quick-check.yml b/.github/workflows/quick-check.yml index 09977bd4d6..b836ac876a 100644 --- a/.github/workflows/quick-check.yml +++ b/.github/workflows/quick-check.yml @@ -19,7 +19,8 @@ jobs: - name: Checkout GWT tools into a sibling directory uses: actions/checkout@v4 with: - repository: 'gwtproject/tools' + repository: 'vegegoku/tools' + ref: 'no-repackaging-jdt-test' path: 'tools' - name: Set up JDK ${{ matrix.java-version }} # GWT presently requires Java 11+ to build