We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56f2a25 commit 8f043c3Copy full SHA for 8f043c3
1 file changed
.github/workflows/linux-build.yml
@@ -18,7 +18,7 @@ jobs:
18
strategy:
19
fail-fast: false
20
matrix:
21
- build-type: ${{ fromJson('["' + join(fromJSON('["${{ inputs.build-types }}"]'), '","') + '"]') }}
+ build-type: ${{ fromJson('["' + join(FromJson('["${{ inputs.build-types }}"]'), '","') + '"]') }}
22
23
steps:
24
- uses: actions/checkout@v4
0 commit comments