Skip to content

Commit

Permalink
fix(android): github build action (#13585)
Browse files Browse the repository at this point in the history
  • Loading branch information
m1ga committed Oct 1, 2022
1 parent f6e6586 commit 96a0abc
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/actions/build-android/action.yml
@@ -1,5 +1,5 @@
name: Android Build
description: Installs required dependencies and then builds the Android side of the SDK
description: Installs required dependencies and then builds the Android side of the SDK

inputs:
node-version:
Expand Down Expand Up @@ -49,6 +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
Expand Down Expand Up @@ -101,4 +105,3 @@ runs:
rm -f ~/.gradle/caches/modules-2/modules-2.lock
rm -f ~/.gradle/caches/modules-2/gc.properties
shell: bash

0 comments on commit 96a0abc

Please sign in to comment.