File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change 4141 path : src/flutter
4242 fetch-depth : 0
4343
44+ - uses : actions/cache@v3
45+ with :
46+ path : src/out/${{ env.OUTPUT_NAME }}
47+ key : out-build-${{ env.OUTPUT_NAME }}-${{ github.sha }}
48+ restore-keys : |
49+ out-build-${{ env.OUTPUT_NAME }}-
50+
4451 - name : gclient sync
4552 run : |
4653 src/flutter/ci/tizen/gclient-prepare-sync.sh --reduce-deps --shallow-sync
@@ -195,6 +202,13 @@ jobs:
195202 with :
196203 path : src/flutter
197204
205+ - uses : actions/cache@v3
206+ with :
207+ path : src/out/${{ env.OUTPUT_NAME }}
208+ key : out-macos-build-${{ env.OUTPUT_NAME }}-${{ github.sha }}
209+ restore-keys : |
210+ out-macos-build-${{ env.OUTPUT_NAME }}-
211+
198212 - name : install depot_tools
199213 run : |
200214 git clone https://chromium.googlesource.com/chromium/tools/depot_tools.git
You can’t perform that action at this time.
0 commit comments