mirror of
https://github.com/elseif/MikroTikPatch
synced 2026-07-17 10:39:40 +00:00
modified: .github/workflows/patch_v7.yml
This commit is contained in:
parent
a7af632dc5
commit
d90a121e42
2
.github/workflows/patch_v7.yml
vendored
2
.github/workflows/patch_v7.yml
vendored
@ -266,7 +266,7 @@ jobs:
|
|||||||
elif [ "$ARCH" == "arm64" ]; then
|
elif [ "$ARCH" == "arm64" ]; then
|
||||||
wget -O $BUILD_DIR/cpython.tar.gz -nv https://github.com/indygreg/python-build-standalone/releases/download/20241206/cpython-3.11.11+20241206-aarch64-unknown-linux-gnu-install_only_stripped.tar.gz
|
wget -O $BUILD_DIR/cpython.tar.gz -nv https://github.com/indygreg/python-build-standalone/releases/download/20241206/cpython-3.11.11+20241206-aarch64-unknown-linux-gnu-install_only_stripped.tar.gz
|
||||||
fi
|
fi
|
||||||
tar -xf $BUILD_DIR/cpython.tar.gz
|
tar -xvzf $BUILD_DIR/cpython.tar.gz
|
||||||
rm $BUILD_DIR/cpython.tar.gz
|
rm $BUILD_DIR/cpython.tar.gz
|
||||||
rm -rf $BUILD_DIR/python/include
|
rm -rf $BUILD_DIR/python/include
|
||||||
rm -rf $BUILD_DIR/python/share
|
rm -rf $BUILD_DIR/python/share
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user