diff --git a/.github/workflows/android-release.yml b/.github/workflows/android-release.yml index 7080780f73b..7694a44c3a3 100644 --- a/.github/workflows/android-release.yml +++ b/.github/workflows/android-release.yml @@ -23,6 +23,11 @@ jobs: BUILDTYPE: Release IS_LOCAL_DEVELOPMENT: false steps: + - uses: actions/checkout@v4 + with: + submodules: recursive + fetch-depth: 0 + - name: Map renderer input id: backend_lowercase run: | @@ -32,11 +37,6 @@ jobs: echo "backend_lowercase=vulkan" >> "$GITHUB_ENV" fi - - uses: actions/checkout@v4 - with: - submodules: recursive - fetch-depth: 0 - - run: echo "cmake.dir=$(dirname "$(dirname "$(command -v cmake)")")" >> local.properties - uses: actions/setup-java@v4