From 907b335d3a049166066fce9eab4dd698961c2539 Mon Sep 17 00:00:00 2001 From: elseif Date: Wed, 27 Aug 2025 17:29:10 +0800 Subject: [PATCH] Update mikrotik_patch_7.yml Signed-off-by: elseif --- .github/workflows/mikrotik_patch_7.yml | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/.github/workflows/mikrotik_patch_7.yml b/.github/workflows/mikrotik_patch_7.yml index ef79ebc..e43997a 100644 --- a/.github/workflows/mikrotik_patch_7.yml +++ b/.github/workflows/mikrotik_patch_7.yml @@ -159,17 +159,6 @@ jobs: 7z x -p"${{ secrets.LOADER_7Z_PASSWORD }}" loader.7z >> /dev/null rm loader.7z - - name: Cache Squashfs - if: steps.get_latest.outputs.has_new_version == 'true' - id: cache-squashfs - uses: actions/cache@v4 - with: - path: | - python3.sfs - option.sfs - key: busybox-python3-squashfs-${{ matrix.arch }} - restore-keys: busybox-python3-squashfs-${{ matrix.arch }} - - name: Create Squashfs for option and python3 if: steps.get_latest.outputs.has_new_version == 'true' && steps.cache-squashfs.outputs.cache-hit != 'true' run: |