A gradle task will be run now, so we need Java 17 and gradle setup.
This commit is contained in:
parent
062143012c
commit
d77fb84b60
1 changed files with 9 additions and 0 deletions
9
.github/workflows/sync-localazy.yml
vendored
9
.github/workflows/sync-localazy.yml
vendored
|
|
@ -12,6 +12,15 @@ jobs:
|
||||||
if: github.repository == 'element-hq/element-x-android'
|
if: github.repository == 'element-hq/element-x-android'
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
- name: Use JDK 17
|
||||||
|
uses: actions/setup-java@v4
|
||||||
|
with:
|
||||||
|
distribution: 'temurin' # See 'Supported distributions' for available options
|
||||||
|
java-version: '17'
|
||||||
|
- name: Configure gradle
|
||||||
|
uses: gradle/actions/setup-gradle@v3
|
||||||
|
with:
|
||||||
|
cache-read-only: ${{ github.ref != 'refs/heads/develop' }}
|
||||||
- name: Set up Python 3.9
|
- name: Set up Python 3.9
|
||||||
uses: actions/setup-python@v5
|
uses: actions/setup-python@v5
|
||||||
with:
|
with:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue