File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed
Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -361,6 +361,17 @@ jobs:
361361 run : |
362362 go run ./cmd/build-naive --target=android/${{ matrix.arch }} package --local
363363 go run ./cmd/build-naive --target=android/${{ matrix.arch }} package
364+ - name : Cache toolchain
365+ uses : actions/cache@v4
366+ with :
367+ path : |
368+ naiveproxy/src/third_party/llvm-build
369+ naiveproxy/src/gn/out
370+ naiveproxy/src/chrome/build/pgo_profiles
371+ key : toolchain-android-${{ matrix.arch }}-${{ steps.chromium.outputs.version }}-${{ steps.clang.outputs.version }}-${{ env.CACHE_EPOCH }}
372+ restore-keys : toolchain-android-${{ matrix.arch }}-${{ steps.chromium.outputs.version }}-${{ steps.clang.outputs.version }}-${{ env.CACHE_EPOCH }}-
373+ - name : Download toolchain
374+ run : go run ./cmd/build-naive --target=android/${{ matrix.arch }} download-toolchain
364375 - name : Setup Android NDK
365376 uses : nttld/setup-ndk@v1
366377 id : setup-ndk
You can’t perform that action at this time.
0 commit comments