From cee86d101e391d0f833a89465e0edc4dbce47d67 Mon Sep 17 00:00:00 2001 From: James Ives Date: Sat, 23 Apr 2022 15:55:13 -0400 Subject: [PATCH] Update integration.yml --- .github/workflows/integration.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index 8eefa203..95d6e094 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -20,6 +20,10 @@ jobs: container: node:16.13 runs-on: ubuntu-latest steps: + - name: Install Container Dependencies 📚 + run: | + apt-get update && apt-get install -y rsync + - name: Checkout uses: actions/checkout@v3