Skip to content

Commit

Permalink
ci: uninstall old packages
Browse files Browse the repository at this point in the history
  • Loading branch information
XVilka committed Jul 28, 2023
1 parent 4aa5add commit af264b2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,9 @@ jobs:
- name: Install wget, software-properties-common, lsb-release (dependencies of LLVM install script)
run: sudo apt --assume-yes install wget software-properties-common lsb-release

- name: Uninstall old conflicting packages
run: sudo apt --assume-yes remove python3-lldb

- name: Install automatic LLVM 16
run: wget https://apt.llvm.org/llvm.sh -O /tmp/llvm-install.sh; chmod +x /tmp/llvm-install.sh; sudo /tmp/llvm-install.sh 16

Expand Down

0 comments on commit af264b2

Please sign in to comment.