|
@@ -267,6 +267,7 @@ jobs:
|
|
|
compression-level: 9
|
|
compression-level: 9
|
|
|
|
|
|
|
|
- name: Get prebuilt ccache (downloaded once by prepare-ccache)
|
|
- name: Get prebuilt ccache (downloaded once by prepare-ccache)
|
|
|
|
|
+ if: false
|
|
|
uses: actions/download-artifact@v8
|
|
uses: actions/download-artifact@v8
|
|
|
with:
|
|
with:
|
|
|
name: ccache-binary
|
|
name: ccache-binary
|
|
@@ -306,6 +307,7 @@ jobs:
|
|
|
${{ inputs.android_version }}-${{ inputs.kernel_version }}.${{ steps.extract.outputs.sublevel }}-
|
|
${{ inputs.android_version }}-${{ inputs.kernel_version }}.${{ steps.extract.outputs.sublevel }}-
|
|
|
|
|
|
|
|
- name: Cache ccache (GitHub Native)
|
|
- name: Cache ccache (GitHub Native)
|
|
|
|
|
+ if: false
|
|
|
uses: actions/cache@v6
|
|
uses: actions/cache@v6
|
|
|
with:
|
|
with:
|
|
|
path: /home/runner/.ccache
|
|
path: /home/runner/.ccache
|
|
@@ -316,6 +318,7 @@ jobs:
|
|
|
ccache-
|
|
ccache-
|
|
|
|
|
|
|
|
- name: Cache bazel-cache (GitHub Native)
|
|
- name: Cache bazel-cache (GitHub Native)
|
|
|
|
|
+ if: false
|
|
|
uses: actions/cache@v6
|
|
uses: actions/cache@v6
|
|
|
with:
|
|
with:
|
|
|
path: /home/runner/.cache/bazel
|
|
path: /home/runner/.cache/bazel
|