Skip to content

Commit

Permalink
Use purge instead of remove.
Browse files Browse the repository at this point in the history
  • Loading branch information
wargio committed Jul 31, 2023
1 parent ce64ab3 commit f45ed99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ jobs:
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
run: sudo apt purge --assume-yes --auto-remove llvm python3-lldb-14 llvm-14

- 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 f45ed99

Please sign in to comment.