We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b240a86 commit 1f722fcCopy full SHA for 1f722fc
.github/workflows/kernel-build.yml
@@ -41,7 +41,7 @@ on:
41
42
jobs:
43
build:
44
- name: build for ${{ inputs.arch }} with ${{ inputs.toolchain_full }}${{ inputs.release && ' and -O2 optimization' || '' }}
+ name: build for ${{ inputs.arch }} with ${{ inputs.toolchain_full }}${{ inputs.release && '-O2' || '' }}
45
runs-on: ${{ fromJSON(inputs.runs_on) }}
46
timeout-minutes: 100
47
env:
0 commit comments