From 292d6b83cc30a9407b52647f5796c404a0115ada Mon Sep 17 00:00:00 2001 From: zeyus Date: Mon, 21 Jul 2025 14:58:52 +0200 Subject: [PATCH] paths --- .forgejo/workflows/main-build.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.forgejo/workflows/main-build.yaml b/.forgejo/workflows/main-build.yaml index 14ae576..97c8320 100644 --- a/.forgejo/workflows/main-build.yaml +++ b/.forgejo/workflows/main-build.yaml @@ -25,14 +25,14 @@ jobs: id: cache-flutter uses: actions/cache@v4 with: - path: ${{ HOME }}/.tool-cache + path: ${{ forge.workspace }}/../.tool-cache key: ${{ forge.ref_name }}-flutter-cache-temp - name: Cache pub dependencies uses: actions/cache@v4 id: cache-pub with: - path: ${{ HOME }}/.pub-cache + path: ${{ forge.workspace }}/../.pub-cache key: ${{ forge.ref_name }}-pub-cache-temp - name: Get dependencies run: flutter pub get