From 10af03dbb304d63b5e160c204193770f00217bf1 Mon Sep 17 00:00:00 2001 From: Tom Tresansky Date: Wed, 3 Apr 2024 16:13:27 -0400 Subject: [PATCH] First checkout declarative-gradle We want to use an included build on CI, first need to ensure CI checks out the build to include. --- .github/workflows/Build.yaml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/workflows/Build.yaml b/.github/workflows/Build.yaml index 5f501b6c0..fca0068af 100644 --- a/.github/workflows/Build.yaml +++ b/.github/workflows/Build.yaml @@ -21,7 +21,13 @@ jobs: timeout-minutes: 60 steps: - - name: Checkout + - name: Checkout Declarative Gradle + uses: actions/checkout@v4 + with: + repository: 'gradle/declarative-gradle' + path: 'declarative-gradle' + + - name: Checkout Now in Android uses: actions/checkout@v4 - name: Validate Gradle Wrapper