Skip to content

Commit

Permalink
refactor/ci: remove clang versions in incrementing order
Browse files Browse the repository at this point in the history
  • Loading branch information
goerlibe committed Sep 7, 2023
1 parent abd302b commit a300934
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ jobs:
- name: Setup DiscoPoP Profiler - Install Dependencies
run: |
sudo apt-get update
sudo apt-get remove clang-8 clang-10 clang-9 clang-12 clang-11
sudo apt-get remove clang-8 clang-9 clang-10 clang-11 clang-12
wget -O - https://apt.llvm.org/llvm-snapshot.gpg.key | sudo apt-key add -
sudo apt-add-repository "deb http://apt.llvm.org/focal/ llvm-toolchain-focal-11 main"
sudo apt-get update
Expand Down

0 comments on commit a300934

Please sign in to comment.