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