From aac221e7393f9283b3ef2ebaf56664739668ebf6 Mon Sep 17 00:00:00 2001 From: Jan Niklas Hasse Date: Fri, 2 Oct 2020 13:42:59 +0200 Subject: Maybe I mustn't update? --- .github/workflows/linux.yml | 3 +-- 1 file changed, 1 insertion(+), 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) -- cgit v1.2.1