summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorTakashi Kokubun <takashikkbn@gmail.com>2023-01-30 23:39:33 -0800
committerGitHub <noreply@github.com>2023-01-30 23:39:33 -0800
commit337189598af28297402b57df5ed1104ed336c15c (patch)
tree5ce56eac31eb819a5dbdce1f2d48dedf51ae3b95 /.github
parent6d1077974f39f216c80217f4957f089f3aa2094f (diff)
Fix a broken matrix (#7207)
$arch and $configure seem to be just ignored in #7205.
Notes
Notes: Merged-By: k0kubun <takashikkbn@gmail.com>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ubuntu.yml6
1 files changed, 5 insertions, 1 deletions
diff --git a/.github/workflows/ubuntu.yml b/.github/workflows/ubuntu.yml
index d6d605def1..470137fafc 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