From cd385cf22d2b8e4f762cdb543c2fee91b6cff529 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Tue, 9 Nov 2021 13:28:19 +0100 Subject: [PATCH] Trivial change to test rebuilding using ccache Change the workflow file to trigger rebuild without affecting the other builds. --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7cc5eca3fa..97aa31a290 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -172,7 +172,7 @@ jobs: ${CXX-g++} --version echo - echo "Ccache version:" + echo "ccache version:" ccache --version echo