File tree Expand file tree Collapse file tree 2 files changed +13
-0
lines changed Expand file tree Collapse file tree 2 files changed +13
-0
lines changed Original file line number Diff line number Diff line change 35
35
- windows-latest
36
36
steps :
37
37
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
38
+ - name : Cache Pub hosted dependencies
39
+ uses : actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf
40
+ with :
41
+ path : " ~/.pub-cache/hosted"
42
+ key : " pub-cache-hosted;${{ matrix.flutterSdk }};${{ matrix.os }}"
43
+ - name : Cache Pub sdk git dependency
44
+ uses : actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf
45
+ with :
46
+ path : " ~/.pub-cache/git/sdk-b0838eac58308fc4e6654ca99eda75b30649c08f/"
47
+ key : " pub-cache-git;${{ matrix.flutterSdk }};${{ matrix.os }}"
38
48
# We need the flutter SDK in order to run the counter app for integration
39
49
# testing.
40
50
- uses : subosito/flutter-action@v2
Original file line number Diff line number Diff line change @@ -25,6 +25,9 @@ dependencies:
25
25
git :
26
26
url : https://github.com/dart-lang/sdk.git
27
27
path : third_party/pkg/language_server_protocol
28
+ # When changing this, also update .github/workflows/dart_mcp_server.yaml
29
+ # to cache the correct directory.
30
+ ref : b0838eac58308fc4e6654ca99eda75b30649c08f
28
31
meta : ^1.16.0
29
32
path : ^1.9.1
30
33
pool : ^1.5.1
You can’t perform that action at this time.
0 commit comments