We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4030418 commit b55c19fCopy full SHA for b55c19f
.github/workflows/ci.yml
@@ -78,10 +78,9 @@ jobs:
78
sudo rm $HOME/.millennium/ext/data/cache/lib/libpython3.11.a
79
80
sudo mkdir -p $HOME/.millennium/lib
81
- sudo cp $HOME/.millennium/ext/data/cache/lib/libpython-3.11.8.so $HOME/.millennium/lib/libpython-3.11.8.so
82
-
+
83
sudo strip $HOME/.millennium/ext/data/cache/bin/python3.11
84
- sudo strip $HOME/.millennium/lib/libpython-3.11.8.so
+ sudo strip $HOME/.millennium/ext/data/cache/lib/libpython-3.11.8.so
85
86
sudo rm $HOME/.millennium/ext/data/cache/bin/python3.11-config
87
sudo rm $HOME/.millennium/ext/data/cache/bin/idle3.11
0 commit comments