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