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: |