Skip to content

Commit 3b5a489

Browse files
committed
test: fix lib/lib mapping issue
Signed-off-by: Anton Whalley <anton@venshare.com>
1 parent 1ea06f3 commit 3b5a489

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/push.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,8 @@ jobs:
7272
7373
if [[ -n "$(which lldb-${{ matrix.llvm }})" ]]; then
7474
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
7577
fi
7678
7779
if [[ -n "$(which llvm-config-${{ matrix.llvm }})" ]]; then

0 commit comments

Comments
 (0)