File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change 4343 uses : actions/setup-go@v4
4444 with :
4545 go-version : ${{ env.GO_VERSION }}
46+ cache-dependency-path : **/go.sum
4647
4748 - name : Build dylib
4849 run : |
6869 uses : actions/setup-go@v4
6970 with :
7071 go-version : ${{ env.GO_VERSION }}
72+ cache-dependency-path : **/go.sum
7173
7274 - name : Setup Flutter
7375 uses : subosito/flutter-action@v2
@@ -146,6 +148,7 @@ jobs:
146148 uses : actions/setup-go@v4
147149 with :
148150 go-version : ${{ env.GO_VERSION }}
151+ cache-dependency-path : **/go.sum
149152
150153 - name : Setup Flutter
151154 uses : subosito/flutter-action@v2
@@ -185,6 +188,7 @@ jobs:
185188 uses : actions/setup-go@v4
186189 with :
187190 go-version : ${{ env.GO_VERSION }}
191+ cache-dependency-path : **/go.sum
188192
189193 - name : Setup Java
190194 uses : actions/setup-java@v4
You can’t perform that action at this time.
0 commit comments