From 4981b73f1513357e28453812355b32e1bf453d69 Mon Sep 17 00:00:00 2001 From: Siarhei Fedartsou Date: Mon, 27 May 2024 18:51:08 +0200 Subject: [PATCH] wip --- .github/workflows/osrm-backend.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/osrm-backend.yml b/.github/workflows/osrm-backend.yml index a79d9b909..f8b3735fa 100644 --- a/.github/workflows/osrm-backend.yml +++ b/.github/workflows/osrm-backend.yml @@ -684,9 +684,9 @@ jobs: run: | python3 pr/scripts/ci/post_benchmark_results.py base_results pr_results - name: Show CCache statistics - run: | - ccache -p - ccache -s + run: | + ccache -p + ccache -s ci-complete: runs-on: ubuntu-22.04