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 1ea06f3 commit 3b5a489Copy full SHA for 3b5a489
1 file changed
.github/workflows/push.yml
@@ -72,6 +72,8 @@ jobs:
72
73
if [[ -n "$(which lldb-${{ matrix.llvm }})" ]]; then
74
sudo ln -s "$(which lldb-${{ matrix.llvm }})" /usr/bin/lldb
75
+ sudo mkdir -p /usr/lib/lib/python3.8
76
+ sudo ln -s /usr/lib/llvm-${{ matrix.llvm }}/lib/python3.8/site-packages /usr/lib/lib/python3.8/site-packages
77
fi
78
79
if [[ -n "$(which llvm-config-${{ matrix.llvm }})" ]]; then
0 commit comments