We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f4a9d4 commit 55eebaeCopy full SHA for 55eebae
.github/workflows/Build SukiSU Ultra OnePlus.yml
@@ -89,7 +89,7 @@ on:
89
default: ""
90
FAST_BUILD:
91
type: boolean
92
- description: "是否使用极速构建?"
+ description: "是否启用极速构建?"
93
required: true
94
default: true
95
VFS:
@@ -105,7 +105,7 @@ on:
105
106
jobs:
107
build:
108
- name: For ${{ github.event.inputs.FEIL }} ${{ github.event.inputs.KERNEL_VERSION }} ${{ github.event.inputs.BUILD_METHOD }} ${{ github.event.inputs.SUFFIX }}
+ name: ${{ github.event.inputs.FAST_BUILD == 'true' && ' [FAST]' || '' }} For ${{ github.event.inputs.FEIL }} ${{ github.event.inputs.KERNEL_VERSION }} ${{ github.event.inputs.BUILD_METHOD }} ${{ github.event.inputs.SUFFIX }}
109
runs-on: ubuntu-latest
110
env:
111
CCACHE_COMPILERCHECK: "%compiler% -dumpmachine; %compiler% -dumpversion"
0 commit comments