summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Niklas Hasse <jhasse@bixense.com>2020-10-02 13:42:59 +0200
committerGitHub <noreply@github.com>2020-10-02 13:42:59 +0200
commitaac221e7393f9283b3ef2ebaf56664739668ebf6 (patch)
tree7a941010e52eba58b98a85901bfa4fc056af5450
parentaa5257a5fb4a4d238a00326758d9cec1dc3d3789 (diff)
downloadninja-github-actions-apt-upgrade.tar.gz
Maybe I mustn't update?github-actions-apt-upgrade
-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)