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