From fd96b003f9383732af28a3975dd1493e7e2fc846 Mon Sep 17 00:00:00 2001 From: Evorp <75297863+3vorp@users.noreply.github.com> Date: Wed, 17 Dec 2025 14:16:45 -0800 Subject: [PATCH] test without installing rsync --- .github/workflows/autozip-pack.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/autozip-pack.yml b/.github/workflows/autozip-pack.yml index be48356a8..6358073f9 100644 --- a/.github/workflows/autozip-pack.yml +++ b/.github/workflows/autozip-pack.yml @@ -20,12 +20,6 @@ jobs: with: fetch-depth: 0 - # Not sure if this is needed but local testing with `act` requires it (medium-image used) - - name: Install rsync - run: | - sudo apt-get update - sudo apt-get install -y rsync - # 1 - zips the pack # 2 - creates subdirectories (rsync doesn't always do that) # 3 - transfers file to server