Echo commands

This commit is contained in:
Oleg Kalachev
2021-06-22 18:52:07 +03:00
parent 93d75e8a02
commit b3faab68e1

View File

@@ -13,6 +13,7 @@ jobs:
- uses: actions/checkout@v2
- name: Setup
run: |
set -x
wget https://www.virtualbox.org/download/oracle_vbox_2016.asc -O- | sudo apt-key
add - && sudo sh -c "echo deb https://download.virtualbox.org/virtualbox/debian
bionic contrib >> /etc/apt/sources.list" && sudo apt-get update && sudo apt-get