modified: .github/workflows/mikrotik_patch_test.yml

This commit is contained in:
zyb 2024-07-12 02:57:54 +08:00
parent 65e4343802
commit e8e1962292

View File

@ -1,4 +1,4 @@
name: Patch Mikrotik RouterOS name: Patch Mikrotik RouterOS Test
on: on:
# push: # push:
# branches: [ "main" ] # branches: [ "main" ]
@ -84,7 +84,7 @@ jobs:
sudo rm -rf ./python/include sudo rm -rf ./python/include
sudo rm -rf ./python/share sudo rm -rf ./python/share
sudo mksquashfs python python3.sfs -quiet -comp xz -no-xattrs -b 256k sudo mksquashfs python python3.sfs -quiet -comp xz -no-xattrs -b 256k
sudo rm -rf python sudo rm -rf ./python
- name: Get latest routeros version - name: Get latest routeros version
run: | run: |