-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci(android): install ccache via action (#13994)
- Loading branch information
1 parent
641a6b5
commit 34a9edf
Showing
1 changed file
with
2 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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/[email protected] | ||
with: | ||
path: ${{ env.CCACHE_DIR }} | ||
create-symlink: true | ||
key: ${{ runner.os }}-ccache-${{ github.sha }} | ||
restore-keys: | | ||
${{ runner.os }}-ccache- | ||
|