Skip to content

Commit

Permalink
Fix clang-tidy presubmit
Browse files Browse the repository at this point in the history
Need to run `sudo apt-get update` before `sudo apt-get install` to avoid possibly stale install info.
  • Loading branch information
steven-johnson committed Aug 3, 2020
1 parent 0d6d7e0 commit 34f105d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/presubmit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
- uses: actions/checkout@v2
- name: Install clang-tidy
run: |
sudo apt-get update
sudo apt-get install llvm-10 clang-10 libclang-10-dev clang-tidy-10
sudo apt-get remove llvm-8 clang-8 libclang-8-dev clang-tidy-8
- name: Build Compilation DB
Expand Down

0 comments on commit 34f105d

Please sign in to comment.