From d2ef640bc80cc799ae37d7f50a7c6fc36613b389 Mon Sep 17 00:00:00 2001 From: Phani Pavan K Date: Sun, 15 Mar 2026 06:32:41 +0000 Subject: [PATCH] Update .gitea/workflows/build.yaml --- .gitea/workflows/build.yaml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index d356131..f4cf841 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -14,7 +14,8 @@ jobs: AMD64: name: AMD64 Build runs-on: linux-amd64 - + env: + RUNNER_TOOL_CACHE: /toolcache steps: - name: Checkout code uses: actions/checkout@v4 @@ -28,13 +29,13 @@ jobs: patterns: pubspec.lock - name: Cache Pub Dependencies - uses: https://gitea.com + uses: actions/cache@v3 with: path: | ~/.pub-cache key: ${{ runner.os }}-pub-${{ steps.pub-hash.outputs.hash }} restore-keys: | - ${{ runner.os }}-pub- + ${{ runner.os }}-pub-${{ steps.pub-hash.outputs.hash }} - name: Install Framework Dependencies run: |