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 825da64 commit 31d3ffcCopy full SHA for 31d3ffc
.github/workflows/ci.yml
@@ -80,6 +80,7 @@ jobs:
80
sudo mv $HOME/.millennium/ext/data/cache/lib/libpython-3.11.8.so $HOME/.millennium/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
84
85
$HOME/.millennium/ext/data/cache/bin/python3.11 --version
86
mkdir -p /home/runner/env/ext/data
0 commit comments