yaml is dumb
This commit is contained in:
parent
b0cb801b46
commit
287352e41a
1 changed files with 2 additions and 2 deletions
4
.github/workflows/cachix.yml
vendored
4
.github/workflows/cachix.yml
vendored
|
|
@ -25,10 +25,10 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
kernelVersion: [5.4, 5.10, 5.11]
|
kernelVersion: ["5.4", "5.10", "5.11"]
|
||||||
sched: [bmq, cfs, cacule, muqss, pds]
|
sched: [bmq, cfs, cacule, muqss, pds]
|
||||||
include:
|
include:
|
||||||
- kernelVersion: 5.10
|
- kernelVersion: "5.10"
|
||||||
sched: upds
|
sched: upds
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2.3.4
|
- uses: actions/checkout@v2.3.4
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue