We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a28a903 commit 7367fa1Copy full SHA for 7367fa1
.github/workflows/Build SukiSU Ultra OnePlus.yml
@@ -86,7 +86,7 @@ on:
86
87
jobs:
88
build:
89
- name: ${{ github.event.inputs.FAST_BUILD == 'true' && ' [FAST]' || '' }}${{ github.event.inputs.SCHED == 'true' && ' [SCHED]' || '' }}${{ github.event.inputs.ZRAM == 'true' && ' [ZRAM]' || '' }}For ${{ github.event.inputs.FILE }} ${{ github.event.inputs.SUFFIX }}
+ name: ${{ github.event.inputs.FAST_BUILD == 'true' && ' [FAST]' || '' }}${{ github.event.inputs.SCHED == 'true' && ' [SCHED]' || '' }}${{ github.event.inputs.ZRAM == 'true' && ' [ZRAM]' || '' }}${{ github.event.inputs.KPM == 'true' && ' [KPM]' || '' }}For ${{ github.event.inputs.FILE }} ${{ github.event.inputs.SUFFIX }}
90
runs-on: ubuntu-latest
91
env:
92
CCACHE_COMPILERCHECK: "%compiler% -dumpmachine; %compiler% -dumpversion"
0 commit comments