From 337189598af28297402b57df5ed1104ed336c15c Mon Sep 17 00:00:00 2001 From: Takashi Kokubun Date: Mon, 30 Jan 2023 23:39:33 -0800 Subject: [PATCH] Fix a broken matrix (#7207) $arch and $configure seem to be just ignored in #7205. --- .github/workflows/ubuntu.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ubuntu.yml b/.github/workflows/ubuntu.yml index d6d605def1769f..470137fafc4e57 100644 --- a/.github/workflows/ubuntu.yml +++ b/.github/workflows/ubuntu.yml @@ -26,7 +26,11 @@ jobs: make: strategy: matrix: - entry: + test_task: [check] + arch: [''] + configure: [''] + # specifying all jobs with `include` to avoid redundant tests + include: - test_task: check - test_task: check arch: i686