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