Skip to content

Commit bac497d

Browse files
committed
CI: fix typo
1 parent 847c57c commit bac497d

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/build-metamodule-plugin.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,9 @@ on:
1717
type: boolean
1818

1919
jobs:
20-
env:
21-
FW_VERSION: ${{ inputs.SDK_branch == 'v2.0-dev' && '-dev-12' || '' }}
22-
2320
build-lin:
21+
env:
22+
FW_VERSION: ${{ inputs.SDK_branch == 'v2.0-dev' && '-dev-12' || '' }}
2423
strategy:
2524
matrix:
2625
gcc: ['12.3.Rel1'] # can add other versions if needed

0 commit comments

Comments
 (0)