Skip to content

Commit

Permalink
github-ci: remove caching prebuilts
Browse files Browse the repository at this point in the history
do not cache OpenHarmony prebuilts to save on 10GB limit on cache storage.

Signed-off-by: Francesco Pham <[email protected]>
  • Loading branch information
Francesco Pham authored and frankplus committed Sep 6, 2024
1 parent b6aa88d commit fb7e320
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,28 +116,10 @@ jobs:
repo sync -c --no-repo-verify --force-sync
repo forall -c 'git lfs pull'
- name: Cache restore OpenHarmony prebuilts
uses: actions/cache/restore@v4
with:
path: |
/__w/manifest/manifest/openharmony_prebuilts
key:
cache-openharmony-prebuilts-${{ hashFiles('**/*.xml') }}
restore-keys:
cache-openharmony-prebuilts-

- name: Download prebuilts
run: |
cd repo && ./build/prebuilts_download.sh
- name: Cache save OpenHarmony prebuilts
uses: actions/cache/save@v4
with:
path: |
/__w/manifest/manifest/openharmony_prebuilts
key:
cache-openharmony-prebuilts-${{ hashFiles('**/*.xml') }}

- name: ccache
uses: actions/cache@v4
with:
Expand Down

0 comments on commit fb7e320

Please sign in to comment.