summaryrefslogtreecommitdiffhomepage
path: root/.github/workflows/android-app.yml
diff options
context:
space:
mode:
authorEmīls Piņķis <emils@mullvad.net>2022-09-27 21:14:34 +0200
committerEmīls Piņķis <emils@mullvad.net>2022-09-27 21:14:34 +0200
commit3b2844507e077f33ca4f4b50cbcbc79ca166753c (patch)
treea02d52abbd257dd1534df0c96bc2b37f5aeb8634 /.github/workflows/android-app.yml
parentcf3cc8b150de40079391b27f19ceaf2cd1afac2c (diff)
parent10ba71b305a60d131758f613484b08cab2c7b0c9 (diff)
downloadmullvadvpn-3b2844507e077f33ca4f4b50cbcbc79ca166753c.tar.xz
mullvadvpn-3b2844507e077f33ca4f4b50cbcbc79ca166753c.zip
Merge branch 'update-tonic'
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