Skip to content

Commit

Permalink
Avoid Conflicts: python3-lldb-x.y between packages.
Browse files Browse the repository at this point in the history
Change-Id: I9aeb0478ba9a2540f4e143e2584bff650e3bffbd
Reviewed-on: https://code-review.googlesource.com/c/re2/+/61590
Reviewed-by: Perry Lorier <[email protected]>
Reviewed-by: Paul Wankadia <[email protected]>
  • Loading branch information
junyer committed Jul 28, 2023
1 parent 4c70d0f commit a61ae46
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ jobs:
- uses: actions/checkout@v3
- name: Install Clang ${{ matrix.ver }}
run: |
# Avoid `Conflicts: python3-lldb-x.y` between packages.
sudo apt purge -y python3-lldb-14
wget https://apt.llvm.org/llvm.sh
chmod +x ./llvm.sh
sudo ./llvm.sh ${{ matrix.ver }}
Expand Down

0 comments on commit a61ae46

Please sign in to comment.