Skip confirmation prompt for package installation

This commit is contained in:
Elijah 2024-01-25 11:50:51 +01:00
parent 8b4a293601
commit 953ca5d532
1 changed files with 1 additions and 1 deletions

View File

@ -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