From 89a3292af0cdd641e4d4554b39176e0c697c4f7a Mon Sep 17 00:00:00 2001 From: tsai Date: Tue, 2 Jul 2024 14:02:48 +0800 Subject: [PATCH] fix --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 61d5570..ffe6c88 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -83,7 +83,7 @@ jobs: strategy: fail-fast: false max-parallel: 12 - matrix: ${{ needs.list.outputs.matrix }} + matrix: ${{ fromJson(needs.list.outputs.matrix) }} steps: - name: Checkout id: checkout