Skip to content

Commit

Permalink
Attempting to fix package list.
Browse files Browse the repository at this point in the history
  • Loading branch information
mwaxmonsky committed Apr 30, 2024
1 parent 73e0a6f commit f79120b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/clang-tidy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:

steps:
- name: Install Clang-Tidy
run: sudo apt update && sudo apt install clang-15 clang-tidy-15 llvm-dev libc++abi-15-dev libc++-15-dev libstdc++-12-dev libomp-dev make nvidia-cuda-toolkit g++ python3 && clang-tidy --version && nvcc --version && cmake --version
run: sudo apt update && sudo apt install clang-15 clang-tidy-15 llvm-15-dev libc++abi-15-dev libc++-15-dev libstdc++-12-dev libomp-dev make nvidia-cuda-toolkit g++ python3 && clang-tidy --version && nvcc --version && cmake --version

- name: Check out code, generate compile commands
uses: actions/checkout@v3
Expand Down

0 comments on commit f79120b

Please sign in to comment.