We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d5f375e + 69296ff commit 3b2e213Copy full SHA for 3b2e213
1 file changed
README.md
@@ -96,8 +96,8 @@ jobs:
96
build:
97
needs: [ generate-matrix ]
98
strategy:
99
- matrix: ${{ fromJson(needs.generate-matrix.outputs.matrix-build) }}
100
- if: ${{ fromJson(needs.generate-matrix.outputs.matrix-build).include[0] }}
+ matrix: ${{ fromJson(needs.generate-matrix.outputs.matrix-library) }}
+ if: ${{ fromJson(needs.generate-matrix.outputs.matrix-library).include[0] }}
101
steps:
102
- name: Building library
103
run: echo "Building ${{ matrix.lib }}"
0 commit comments