diff options
| author | Emīls Piņķis <emils@mullvad.net> | 2022-09-27 21:14:34 +0200 |
|---|---|---|
| committer | Emīls Piņķis <emils@mullvad.net> | 2022-09-27 21:14:34 +0200 |
| commit | 3b2844507e077f33ca4f4b50cbcbc79ca166753c (patch) | |
| tree | a02d52abbd257dd1534df0c96bc2b37f5aeb8634 /.github/workflows/android-app.yml | |
| parent | cf3cc8b150de40079391b27f19ceaf2cd1afac2c (diff) | |
| parent | 10ba71b305a60d131758f613484b08cab2c7b0c9 (diff) | |
| download | mullvadvpn-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.yml | 5 |
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 |
