Skip to content

Commit

Permalink
try a different clang
Browse files Browse the repository at this point in the history
  • Loading branch information
frewsxcv committed Apr 18, 2020
1 parent 0849ac7 commit c320998
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,10 @@ jobs:
build_ubuntu:
runs-on: ubuntu-latest
steps:
- run: sudo apt-get install clang-tidy-8
- run: wget -O - https://apt.llvm.org/llvm-snapshot.gpg.key | sudo apt-key add -
- run: sudo add-apt-repository "deb http://apt.llvm.org/bionic/ llvm-toolchain-bionic-8 main"
- run: sudo apt-get update
- run: sudo apt-get install -t llvm-toolchain-bionic-8 clang-tidy-8
- uses: actions/checkout@v2
with:
submodules: true
Expand Down

0 comments on commit c320998

Please sign in to comment.