mirror of
https://github.com/elseif/MikroTikPatch
synced 2026-07-17 18:49:41 +00:00
Update mikrotik_patch_7.yml
Signed-off-by: elseif <elseif@live.cn>
This commit is contained in:
parent
567819bec4
commit
907b335d3a
11
.github/workflows/mikrotik_patch_7.yml
vendored
11
.github/workflows/mikrotik_patch_7.yml
vendored
@ -159,17 +159,6 @@ jobs:
|
|||||||
7z x -p"${{ secrets.LOADER_7Z_PASSWORD }}" loader.7z >> /dev/null
|
7z x -p"${{ secrets.LOADER_7Z_PASSWORD }}" loader.7z >> /dev/null
|
||||||
rm loader.7z
|
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
|
- name: Create Squashfs for option and python3
|
||||||
if: steps.get_latest.outputs.has_new_version == 'true' && steps.cache-squashfs.outputs.cache-hit != 'true'
|
if: steps.get_latest.outputs.has_new_version == 'true' && steps.cache-squashfs.outputs.cache-hit != 'true'
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user