Skip to content

Commit 8f043c3

Browse files
committed
Use the same case for json calls throughout
1 parent 56f2a25 commit 8f043c3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/linux-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ 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 }}"]'), '","') + '"]') }}
2222

2323
steps:
2424
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)