mirror of
https://huihui.cat/mirrors/MikroTikPatch.git
synced 2025-12-10 03:24:37 +01:00
modified: .github/workflows/mikrotik_patch.yml
This commit is contained in:
parent
7299532f04
commit
132b32a77b
1 changed files with 3 additions and 3 deletions
6
.github/workflows/mikrotik_patch.yml
vendored
6
.github/workflows/mikrotik_patch.yml
vendored
|
|
@ -34,9 +34,9 @@ jobs:
|
|||
|
||||
- name: Create squashfs for python3 npk
|
||||
run: |
|
||||
sudo wget -O cpython-3.11.9..tar.gz -nv https://github.com/indygreg/python-build-standalone/releases/download/20240415/cpython-3.11.9+20240415-x86_64-unknown-linux-musl-install_only.tar.gz
|
||||
sudo tar -xf cpython-3.11.9..tar.gz
|
||||
sudo rm -f cpython-3.11.9..tar.gz
|
||||
sudo wget -O cpython-3.11.9.tar.gz -nv https://github.com/indygreg/python-build-standalone/releases/download/20240415/cpython-3.11.9+20240415-x86_64-unknown-linux-musl-install_only.tar.gz
|
||||
sudo tar -xf cpython-3.11.9.tar.gz
|
||||
sudo rm -f cpython-3.11.9.tar.gz
|
||||
sudo rm -rf ./python/include
|
||||
sudo rm -rf ./python/share
|
||||
sudo mksquashfs python python3.sfs -quiet -comp xz -no-xattrs -b 256k
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue