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 bdd44c8
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,11 @@ 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: REPO_NAME="deb http://apt.llvm.org/bionic/ llvm-toolchain-bionic-8 main"
- run: sudo add-apt-repository "${REPO_NAME}"
- 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 bdd44c8

Please sign in to comment.