actions: tweak workflow naming
Tweak the naming of workflow steps to be more consistent and clear.
This commit is contained in:
parent
493b0a9f32
commit
f4aa20b2f1
2 changed files with 3 additions and 3 deletions
4
.github/workflows/android.yml
vendored
4
.github/workflows/android.yml
vendored
|
@ -12,13 +12,13 @@ jobs:
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- name: set up JDK 11
|
- name: Set up JDK 11
|
||||||
uses: actions/setup-java@v3
|
uses: actions/setup-java@v3
|
||||||
with:
|
with:
|
||||||
java-version: '11'
|
java-version: '11'
|
||||||
distribution: 'temurin'
|
distribution: 'temurin'
|
||||||
cache: gradle
|
cache: gradle
|
||||||
- name: Run pre-build steps
|
- name: Set up NDK r21e
|
||||||
uses: nttld/setup-ndk@v1.2.0
|
uses: nttld/setup-ndk@v1.2.0
|
||||||
id: setup-ndk
|
id: setup-ndk
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Reference in a new issue