forked from TrueCloudLab/restic
Fix calens install step
This commit is contained in:
parent
47aa4613f7
commit
b85d035956
1 changed files with 1 additions and 1 deletions
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
|
@ -198,7 +198,7 @@ jobs:
|
|||
- name: Check changelog files with calens
|
||||
run: |
|
||||
echo "install calens"
|
||||
go ${{ matrix.install_verb }} github.com/restic/calens
|
||||
go install github.com/restic/calens@latest
|
||||
|
||||
echo "check changelog files"
|
||||
calens
|
||||
|
|
Loading…
Reference in a new issue