From a4967bd1b5e94e7d0d489ee72668a558b613e1fd Mon Sep 17 00:00:00 2001 From: Miro Stauder Date: Wed, 4 Dec 2024 09:20:38 +0100 Subject: [PATCH] update cache path --- .github/workflows/ci-3p-django-framework.yml | 1 + .github/workflows/ci-3p-postgresql.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/workflows/ci-3p-django-framework.yml b/.github/workflows/ci-3p-django-framework.yml index 7198bdf0d..d24784608 100644 --- a/.github/workflows/ci-3p-django-framework.yml +++ b/.github/workflows/ci-3p-django-framework.yml @@ -81,6 +81,7 @@ jobs: key: ${{ env.BLDCACHE }} fail-on-cache-miss: true path: | + proxysql/.git/ proxysql/binaries/ - name: Prepare diff --git a/.github/workflows/ci-3p-postgresql.yml b/.github/workflows/ci-3p-postgresql.yml index ac41221ba..1a53da3a0 100644 --- a/.github/workflows/ci-3p-postgresql.yml +++ b/.github/workflows/ci-3p-postgresql.yml @@ -78,6 +78,7 @@ jobs: key: ${{ env.BLDCACHE }} fail-on-cache-miss: true path: | + proxysql/.git/ proxysql/binaries/ - name: Prepare