We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f043c3 commit 4ff28fdCopy full SHA for 4ff28fd
.github/workflows/linux-build.yml
@@ -18,7 +18,8 @@ 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
24
steps:
25
- uses: actions/checkout@v4
0 commit comments