Skip to content

Commit

Permalink
ci
Browse files Browse the repository at this point in the history
  • Loading branch information
ad-on-is committed Dec 31, 2024
1 parent 1b70731 commit 14b980e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
with:
channel: stable
cache: true
cache-key: "flutter-:os:-:channel:-:version:-:arch:-" # optional, change this to force refresh cache
cache-key: "flutter-:os:-:channel:-:version:-:arch:" # optional, change this to force refresh cache
cache-path: "${{ runner.tool_cache }}/flutter/:channel:-:version:-:arch:" # optional, change this to specify the cache path
pub-cache-key: "flutter-pub:os:-:channel:-:version:-:arch:" # optional, change this to force refresh cache of dart pub get dependencies
pub-cache-path: "${{ runner.tool_cache }}/flutter/:channel:-:version:-:arch:"
Expand Down

0 comments on commit 14b980e

Please sign in to comment.