add -y to apt-get install

This commit is contained in:
Brendan McDevitt 2025-03-27 17:49:30 -05:00
parent 6715145566
commit 456e0785c0

View file

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