mirror of
https://github.com/ruby/ruby.git
synced 2025-08-27 15:06:10 +02:00
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>
1 changed files with 5 additions and 1 deletions
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…
Add table
Add a link
Reference in a new issue