mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-03 20:13:02 +00:00
removed more useless output
This commit is contained in:
@@ -20,8 +20,8 @@ jobs:
|
||||
sparse-checkout-cone-mode: false
|
||||
- name: Installing Packages
|
||||
run: |
|
||||
sudo apt -qq update -y
|
||||
sudo apt -y -qq install binfmt-support qemu-user-static systemd-container wget
|
||||
sudo apt -qq update -y > /dev/null
|
||||
sudo apt -y -qq install binfmt-support qemu-user-static systemd-container wget > /dev/null
|
||||
- name: Starting Services
|
||||
run: |
|
||||
sudo systemctl restart systemd-binfmt
|
||||
|
||||
Reference in New Issue
Block a user