From 674a84890c24ae4d941b922613f8df26919f053a Mon Sep 17 00:00:00 2001 From: Romain BOULLARD Date: Tue, 14 Apr 2026 10:36:30 +0200 Subject: [PATCH] ccache ? --- .gitea/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 977a52c..2166373 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -20,7 +20,7 @@ jobs: container: image: git.romainboullard.com/bigfootdev/linuxbigfootbuilder:main volumes: - - /ccache:/ccache + - /srv/romainboullard.com/caches/ccache:/ccache strategy: matrix: build_type: ["Debug", "RelWithDebInfo", "Release"]