change order of `Setup Java JDK`
Android CI / build (push) Failing after 7m52s
Details
Android CI / build (push) Failing after 7m52s
Details
This commit is contained in:
parent
2c5a10262a
commit
1905a75b0e
|
@ -12,7 +12,13 @@ jobs:
|
||||||
with:
|
with:
|
||||||
submodules: recursive
|
submodules: recursive
|
||||||
|
|
||||||
- name: set up android development environment
|
- name: Setup Java JDK
|
||||||
|
uses: actions/setup-java@v4.2.1
|
||||||
|
with:
|
||||||
|
distribution: 'temurin'
|
||||||
|
java-version: '21'
|
||||||
|
|
||||||
|
- name: setup android development environment
|
||||||
uses: android-actions/setup-android@v2
|
uses: android-actions/setup-android@v2
|
||||||
|
|
||||||
- name: install dependencies
|
- name: install dependencies
|
||||||
|
@ -21,12 +27,6 @@ jobs:
|
||||||
echo "cmake.dir=/usr/local/lib/android/sdk/cmake/3.22.1" > local.properties
|
echo "cmake.dir=/usr/local/lib/android/sdk/cmake/3.22.1" > local.properties
|
||||||
npm install -g pnpm
|
npm install -g pnpm
|
||||||
|
|
||||||
- name: Setup Java JDK
|
|
||||||
uses: actions/setup-java@v4.2.1
|
|
||||||
with:
|
|
||||||
distribution: 'temurin'
|
|
||||||
java-version: '21'
|
|
||||||
|
|
||||||
- name: Update Submodules
|
- name: Update Submodules
|
||||||
run: |
|
run: |
|
||||||
git submodule foreach --recursive 'git pull --rebase origin main --allow-unrelated-histories'
|
git submodule foreach --recursive 'git pull --rebase origin main --allow-unrelated-histories'
|
||||||
|
|
Loading…
Reference in New Issue