Add name of updated systems in summary

This commit is contained in:
Zykino
2023-01-29 00:46:58 +01:00
parent 6769376ae2
commit 1f689b683a
3 changed files with 22 additions and 17 deletions

View File

@ -1,5 +1,6 @@
systems:
- fetch:
- name: Apt
fetch:
exe: sudo
params:
- apt
@ -15,13 +16,15 @@ systems:
- --yes
current_dir: null
env: {}
- install:
- name: Rustup
install:
exe: rustup
params:
- update
current_dir: null
env: {}
- install:
- name: Cargo
install:
exe: cargo
params:
- install-update