fix github action yaml
This commit is contained in:
parent
5c2346f4b6
commit
2e80053d2b
1 changed files with 5 additions and 5 deletions
10
.github/workflows/build.yml
vendored
10
.github/workflows/build.yml
vendored
|
@ -5,12 +5,12 @@ on:
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '51 2 * * 0'
|
- cron: '51 2 * * 0'
|
||||||
jobs:
|
jobs:
|
||||||
strategy:
|
|
||||||
matrix:
|
|
||||||
tag:
|
|
||||||
- nixos-21.05
|
|
||||||
- nixos-unstable
|
|
||||||
images:
|
images:
|
||||||
|
strategy:
|
||||||
|
matrix:
|
||||||
|
tag:
|
||||||
|
- nixos-21.05
|
||||||
|
- nixos-unstable
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
|
Loading…
Reference in a new issue