Skip to content

Commit

Permalink
ci(android): install ccache via action (#13993)
Browse files Browse the repository at this point in the history
  • Loading branch information
ewanharris committed Feb 16, 2024
1 parent d1a827d commit e963c72
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions .github/actions/build-android/action.yml
Expand Up @@ -49,18 +49,10 @@ runs:
run: npm run lint:android
shell: bash

- name: Set up Homebrew
id: set-up-homebrew
uses: Homebrew/actions/setup-homebrew@master

- name: Install ccache
run: brew install ccache
shell: bash

- name: Retrieve ccache
uses: actions/cache@v3
uses: hendrikmuhs/ccache-action@v1.2
with:
path: ${{ env.CCACHE_DIR }}
create-symlink: true
key: ${{ runner.os }}-ccache-${{ github.sha }}
restore-keys: |
${{ runner.os }}-ccache-
Expand Down

0 comments on commit e963c72

Please sign in to comment.