From 06915a1c4da785ec2ff4eaa28ab2bd25a061708f Mon Sep 17 00:00:00 2001 From: aboyko Date: Fri, 14 Jul 2023 11:03:21 -0400 Subject: [PATCH] Self Hosted: forgot to include eclipse-extensions in the checkout --- .github/workflows/eclipse-distro-build.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/eclipse-distro-build.yml b/.github/workflows/eclipse-distro-build.yml index 4944ee59c..b05e920e5 100644 --- a/.github/workflows/eclipse-distro-build.yml +++ b/.github/workflows/eclipse-distro-build.yml @@ -29,6 +29,7 @@ jobs: ref: ${{ inputs.ref }} sparse-checkout: | eclipse-distribution + eclipse-extensions - name: Set up JDK 17 uses: actions/setup-java@5ffc13f4174014e2d4d4572b3d74c3fa61aeb2c2 with: