modified: .github/workflows/mikrotik_patch_7.yml

This commit is contained in:
elseif 2026-06-27 01:17:47 +08:00
parent e728aec84c
commit ac2cfdeafd

View File

@ -201,7 +201,7 @@ jobs:
}] }]
}] }]
EOF EOF
sudo apt-get install python3-crcmod sudo apt-get install python3-crcmod > /dev/null
HASH=$(sudo python3 -E <<EOF HASH=$(sudo python3 -E <<EOF
import hashlib, crcmod, sys import hashlib, crcmod, sys
with open('option.jg','rb') as f: with open('option.jg','rb') as f: