added -y to runner
Some checks failed
Astro Deploy Pipeline / Build-and-Deploy (push) Failing after -7s

This commit is contained in:
Sam Tate 2024-08-28 00:25:06 +01:00
parent cedb631e82
commit 4609ced418

View file

@ -14,7 +14,7 @@ jobs:
Build-and-Deploy:
steps:
- name: Install Git LFS and Rsync
run: apt-get update && apt-get install git-lfs rsync
run: apt-get update && apt-get install -y git-lfs rsync
- uses: actions/checkout@v4
with: