From dfbcf5a0487b761f8c95aa790a72b33eaecbf1df Mon Sep 17 00:00:00 2001 From: dave Date: Mon, 14 Jul 2025 14:37:40 -0500 Subject: [PATCH] Update .github/workflows/lint_and_compile.yml --- .github/workflows/lint_and_compile.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint_and_compile.yml b/.github/workflows/lint_and_compile.yml index 6a1053d..d0849a9 100644 --- a/.github/workflows/lint_and_compile.yml +++ b/.github/workflows/lint_and_compile.yml @@ -7,7 +7,7 @@ jobs: image: ubuntu steps: - name: Install packages - run: apt-get update && apt-get install -y nodejs git python3 python3-pip + run: apt-get update && apt-get install -y nodejs git python3 python3-pip rsync - name: Check out repository code uses: actions/checkout@v4 - name: Clone supercharge docs repository