From 6bae37da12412ad0f42bb6cd314410a299327a23 Mon Sep 17 00:00:00 2001 From: Felix Kirchner Date: Sun, 18 Jan 2026 16:11:14 +0100 Subject: [PATCH] Tried caching 5 --- .gitea/workflows/pull_request.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/pull_request.yaml b/.gitea/workflows/pull_request.yaml index 8dee961..42c717c 100644 --- a/.gitea/workflows/pull_request.yaml +++ b/.gitea/workflows/pull_request.yaml @@ -33,9 +33,9 @@ jobs: # run: | # wget --show-progress --progress=bar:force:noscroll:giga https://storage.googleapis.com/flutter_infra_release/releases/stable/linux/flutter_linux_3.38.2-stable.tar.xz # tar xf flutter_linux_3.38.2-stable.tar.xz - # Set Git safe directory for Flutter path + # # Set Git safe directory for Flutter path # git config --global --add safe.directory "$(pwd)/flutter" - # Set Flutter path + # # Set Flutter path # echo "$(pwd)/flutter/bin" >> $GITEA_PATH - name: Get dependencies