diff --git a/.github/workflows/android_deploy.yml b/.github/workflows/android_deploy.yml index afabead..2f70067 100644 --- a/.github/workflows/android_deploy.yml +++ b/.github/workflows/android_deploy.yml @@ -19,6 +19,10 @@ jobs: with: java-version: '18' distribution: 'temurin' + - name: Enable Corepack + run: | + corepack enable + corepack prepare yarn@3.6.4 --activate - name: Setup Android SDK uses: android-actions/setup-android@v3 with: