summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Niklas Hasse <jhasse@bixense.com>2020-10-02 13:38:54 +0200
committerGitHub <noreply@github.com>2020-10-02 13:38:54 +0200
commit1019947ffdc7244cc902d8fc455c00826cecd94d (patch)
treee0162b7d66af0a967b045c81a3623c019db9604f
parent4e9169df8e1b912213f6792a975cabf33889ddef (diff)
downloadninja-1019947ffdc7244cc902d8fc455c00826cecd94d.tar.gz
Maybe I need to specify?
-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 a3657ae..2f22d7a 100644
--- a/.github/workflows/linux.yml
+++ b/.github/workflows/linux.yml
@@ -65,8 +65,7 @@ jobs:
- name: Install dependencies
run: |
sudo apt update
- sudo apt upgrade -y
- sudo apt install -y python3-pytest ninja-build clang-tidy
+ sudo apt install python3-pytest ninja-build clang-tidy-10
pip install cmake==3.17.*
- name: Configure (GCC)