From 01156b4295fe80c91dd414713e3e3ddb9438b89a Mon Sep 17 00:00:00 2001 From: Takashi Kokubun Date: Mon, 30 Jan 2023 23:29:14 -0800 Subject: [PATCH] Fix a broken matrix $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