Skip to content

Commit

Permalink
Workaround apt issues on ubuntu 22 (#24214)
Browse files Browse the repository at this point in the history
  • Loading branch information
akladiev authored Apr 24, 2024
1 parent bb2de2f commit 14e89cd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/code_style.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ jobs:

- name: Install ShellCheck
run: |
sudo rm -f /etc/apt/sources.list.d/microsoft-prod.list
sudo apt update
sudo apt --assume-yes install shellcheck
Expand Down Expand Up @@ -77,6 +78,7 @@ jobs:

- name: Install Clang dependency
run: |
sudo rm -f /etc/apt/sources.list.d/microsoft-prod.list
sudo apt update
sudo apt --assume-yes remove clang-7 clang-8 clang-9 clang-10 clang-11 clang-12 clang-13 clang-15
sudo apt --assume-yes install clang-14 libclang-14-dev
Expand Down

0 comments on commit 14e89cd

Please sign in to comment.