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:
|
||||
- uses: actions/checkout@v3
|
||||
- name: set up JDK 11
|
||||
- name: Set up JDK 11
|
||||
uses: actions/setup-java@v3
|
||||
with:
|
||||
java-version: '11'
|
||||
distribution: 'temurin'
|
||||
cache: gradle
|
||||
- name: Run pre-build steps
|
||||
- name: Set up NDK r21e
|
||||
uses: nttld/setup-ndk@v1.2.0
|
||||
id: setup-ndk
|
||||
with:
|
||||
|
|
|
@ -74,7 +74,7 @@ class MainFragment :
|
|||
|
||||
override fun onBindingCreated(binding: FragmentMainBinding, savedInstanceState: Bundle?) {
|
||||
super.onBindingCreated(binding, savedInstanceState)
|
||||
|
||||
|
||||
elevationNormal = binding.context.getDimen(R.dimen.elevation_normal)
|
||||
|
||||
// --- UI SETUP ---
|
||||
|
|
Loading…
Reference in a new issue