actions: tweak workflow naming

Tweak the naming of workflow steps to be more consistent and clear.
This commit is contained in:
Alexander Capehart 2022-12-31 11:28:22 -07:00
parent 493b0a9f32
commit f4aa20b2f1
No known key found for this signature in database
GPG key ID: 37DBE3621FE9AD47
2 changed files with 3 additions and 3 deletions

View file

@ -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: