summaryrefslogtreecommitdiff
path: root/.github/workflows/linux.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/linux.yml')
-rw-r--r--.github/workflows/linux.yml3
1 files changed, 1 insertions, 2 deletions
diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml
index 1ec8a7e..85544cd 100644
--- a/.github/workflows/linux.yml
+++ b/.github/workflows/linux.yml
@@ -64,8 +64,7 @@ jobs:
- uses: actions/checkout@v2
- name: Install dependencies
run: |
- sudo apt update
- sudo apt install -y python3-pytest ninja-build clang-tidy-10 libllvm10 clang-tools-10
+ sudo apt install -y python3-pytest ninja-build clang-tidy
pip install cmake==3.17.*
- name: Configure (GCC)