We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b4c15f commit 6cf4233Copy full SHA for 6cf4233
.github/workflows/build-sfpi.yaml
@@ -92,7 +92,8 @@ jobs:
92
- name: Get FPM
93
run: $SUDO gem install fpm
94
- name: Build toolchain
95
- run: scripts/build.sh --gdb --tt-built --small ${{!inputs.incremental && '--full' || null}} ${{inputs.label && format('--label={0}', inputs.label) || null}}
+ run: scripts/build.sh --gdb --tt-built --small
96
+ ${{!inputs.incremental && '--full' || null}} ${{inputs.label != '' && format('--label={0}', inputs.label) || null}}
97
- name: Build test harness
98
run: scripts/build.sh --dejagnu --small
99
- name: Run tests
0 commit comments