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:
|
||||
- cron: '51 2 * * 0'
|
||||
jobs:
|
||||
strategy:
|
||||
matrix:
|
||||
tag:
|
||||
- nixos-21.05
|
||||
- nixos-unstable
|
||||
images:
|
||||
strategy:
|
||||
matrix:
|
||||
tag:
|
||||
- nixos-21.05
|
||||
- nixos-unstable
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
|
Loading…
Reference in a new issue