Skip to content

Commit

Permalink
Fix a broken matrix (#7207)
Browse files Browse the repository at this point in the history
$arch and $configure seem to be just ignored in #7205.
  • Loading branch information
k0kubun committed Jan 31, 2023
1 parent 6d10779 commit 3371895
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/ubuntu.yml
Expand Up @@ -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
Expand Down

0 comments on commit 3371895

Please sign in to comment.