Skip confirmation prompt for package installation
This commit is contained in:
parent
8b4a293601
commit
953ca5d532
|
@ -24,7 +24,7 @@ jobs:
|
||||||
id: prereq
|
id: prereq
|
||||||
run: |
|
run: |
|
||||||
apt-get update
|
apt-get update
|
||||||
apt-get install software-properties-common
|
apt-get install software-properties-common -y
|
||||||
|
|
||||||
- name: Install python3-venv
|
- name: Install python3-venv
|
||||||
id: install
|
id: install
|
||||||
|
|
Loading…
Reference in New Issue