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 d1d7bda commit 0ef33ffCopy full SHA for 0ef33ff
.github/workflows/ci.yml
@@ -77,10 +77,10 @@ jobs:
77
78
sudo rm $HOME/.millennium/ext/data/cache/lib/libpython3.11.a
79
80
- sudo mv $HOME/.millennium/ext/data/cache/lib/libpython-3.11.8.so $HOME/.millennium/libpython-3.11.8.so
+ sudo mv $HOME/.millennium/ext/data/cache/lib/libpython-3.11.8.so $HOME/.millennium/lib/libpython-3.11.8.so
81
82
sudo strip $HOME/.millennium/ext/data/cache/bin/python3.11
83
- sudo strip $HOME/.millennium/libpython-3.11.8.so
+ sudo strip $HOME/.millennium/lib/libpython-3.11.8.so
84
85
sudo rm $HOME/.millennium/ext/data/cache/bin/python3.11-config
86
sudo rm $HOME/.millennium/ext/data/cache/bin/idle3.11
0 commit comments