From f4667a2780b129abff21c80368dc53c9ca642125 Mon Sep 17 00:00:00 2001 From: "Stanislav N. aka pztrn" Date: Thu, 11 Sep 2025 05:48:31 +0500 Subject: [PATCH] Maybe this will work? --- .gitea/workflows/on-push.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/on-push.yml b/.gitea/workflows/on-push.yml index eaa2d97..955ef6f 100644 --- a/.gitea/workflows/on-push.yml +++ b/.gitea/workflows/on-push.yml @@ -13,7 +13,7 @@ jobs: - name: "cache go dependencies" uses: actions/cache@v4 with: - path: /home/container/ + path: /root/go/ key: bunker-go-cache restore_key: bunker-go-cache - name: "lint" @@ -29,7 +29,7 @@ jobs: - name: "cache go dependencies" uses: actions/cache@v4 with: - path: /home/container/ + path: /root/go/ key: bunker-go-cache restore_key: bunker-go-cache - name: "tests"