Fix a broken matrix (#7207)
$arch and $configure seem to be just ignored in #7205.
This commit is contained in:
parent
6d1077974f
commit
337189598a
Notes:
git
2023-01-31 07:39:53 +00:00
Merged-By: k0kubun <takashikkbn@gmail.com>
6
.github/workflows/ubuntu.yml
vendored
6
.github/workflows/ubuntu.yml
vendored
@ -26,7 +26,11 @@ jobs:
|
|||||||
make:
|
make:
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
entry:
|
test_task: [check]
|
||||||
|
arch: ['']
|
||||||
|
configure: ['']
|
||||||
|
# specifying all jobs with `include` to avoid redundant tests
|
||||||
|
include:
|
||||||
- test_task: check
|
- test_task: check
|
||||||
- test_task: check
|
- test_task: check
|
||||||
arch: i686
|
arch: i686
|
||||||
|
Loading…
x
Reference in New Issue
Block a user