add -y to apt-get install
This commit is contained in:
parent
6715145566
commit
456e0785c0
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ jobs:
|
|||
- name: Install Dependencies
|
||||
run: |
|
||||
# Ensure we have the necessary tools to install packages
|
||||
apt-get update -y && apt-get install openssh-client
|
||||
apt-get update -y && apt-get install openssh-client -y
|
||||
|
||||
- name: Setup SSH
|
||||
env:
|
||||
|
|
Loading…
Add table
Reference in a new issue