opt.: system detect logic to avoid creating useless file (#905)

This commit is contained in:
lollipopkit🏳️‍⚧️
2025-09-09 13:10:40 +08:00
committed by GitHub
parent 640d61bab9
commit 194774d6fb
2 changed files with 13 additions and 14 deletions

View File

@@ -32,7 +32,6 @@ jobs:
path: |
${{ env.PUB_CACHE }}
~/.pub-cache
${{ runner.tool_cache }}/flutter
key: ${{ runner.os }}-pub-${{ hashFiles('**/pubspec.lock') }}
restore-keys: |
${{ runner.os }}-pub-