Skip to content

Commit 4ff28fd

Browse files
committed
Attempt build types fix
1 parent 8f043c3 commit 4ff28fd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/linux-build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@ jobs:
1818
strategy:
1919
fail-fast: false
2020
matrix:
21-
build-type: ${{ fromJson('["' + join(FromJson('["${{ inputs.build-types }}"]'), '","') + '"]') }}
21+
build-type: ${{ fromJson('["' }}${{ join(fromJson('["' + inputs.build-types + '"]'), '","') }}${{ '"]') }}
22+
2223

2324
steps:
2425
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)