summaryrefslogtreecommitdiffhomepage
path: root/.github/workflows/android-app.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/android-app.yml')
-rw-r--r--.github/workflows/android-app.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/.github/workflows/android-app.yml b/.github/workflows/android-app.yml
index 4e8379e709..193f8f075f 100644
--- a/.github/workflows/android-app.yml
+++ b/.github/workflows/android-app.yml
@@ -30,6 +30,11 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v2
+ - name: Install Protoc
+ uses: arduino/setup-protoc@v1
+ with:
+ repo-token: ${{ secrets.GITHUB_TOKEN }}
+
- name: Calculate native lib cache hash
id: native-lib-cache-hash
shell: bash