Skip to content

Commit 34a9edf

Browse files
authored
ci(android): install ccache via action (#13994)
1 parent 641a6b5 commit 34a9edf

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

.github/actions/build-android/action.yml

+2-10
Original file line numberDiff line numberDiff line change
@@ -49,18 +49,10 @@ runs:
4949
run: npm run lint:android
5050
shell: bash
5151

52-
- name: Set up Homebrew
53-
id: set-up-homebrew
54-
uses: Homebrew/actions/setup-homebrew@master
55-
5652
- name: Install ccache
57-
run: brew install ccache
58-
shell: bash
59-
60-
- name: Retrieve ccache
61-
uses: actions/cache@v3
53+
uses: hendrikmuhs/[email protected]
6254
with:
63-
path: ${{ env.CCACHE_DIR }}
55+
create-symlink: true
6456
key: ${{ runner.os }}-ccache-${{ github.sha }}
6557
restore-keys: |
6658
${{ runner.os }}-ccache-

0 commit comments

Comments
 (0)