Skip to content

Commit 6cf4233

Browse files
committed
negation
1 parent 4b4c15f commit 6cf4233

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build-sfpi.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,8 @@ jobs:
9292
- name: Get FPM
9393
run: $SUDO gem install fpm
9494
- name: Build toolchain
95-
run: scripts/build.sh --gdb --tt-built --small ${{!inputs.incremental && '--full' || null}} ${{inputs.label && format('--label={0}', inputs.label) || null}}
95+
run: scripts/build.sh --gdb --tt-built --small
96+
${{!inputs.incremental && '--full' || null}} ${{inputs.label != '' && format('--label={0}', inputs.label) || null}}
9697
- name: Build test harness
9798
run: scripts/build.sh --dejagnu --small
9899
- name: Run tests

0 commit comments

Comments
 (0)