From 0708510873c0f75b24f34345fbec9791c28793a0 Mon Sep 17 00:00:00 2001 From: christophkloeffel Date: Sat, 12 Oct 2024 03:29:58 +0200 Subject: [PATCH] test --- .github/workflows/ci.yml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2ae34ee2..ae4d8325 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -85,7 +85,7 @@ jobs: run: | python3 -m pip install --upgrade pip python3 -m pip install -r requirements_dev.txt - sudo apt install cmake ninja-build + sudo apt install cmake ninja-build graphviz - name: Cache clang-tidy id: cache-clang-tidy uses: actions/cache@v3 @@ -96,12 +96,6 @@ jobs: name: Build clang-tidy run: | make clang-tidy - - name: Save cache - uses: actions/cache/save@v3 - if: always() - with: - path: ~/work/lobster/llvm-project/build/bin/clang-tidy - key: cache-clang-tidy - name: Run integration tests run: | make integration-tests