Skip to content

Commit

Permalink
fix: Support generating debug APK with zoom enabled via github action
Browse files Browse the repository at this point in the history
  • Loading branch information
harinath01 committed Aug 18, 2022
1 parent 9d95092 commit eb51779
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/generate_debug_apk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,21 @@ jobs:
restore-keys: |
${{ runner.os }}-gems-
- name: Cache Zoom SDK files
id: zoom-cache
uses: actions/cache@v2
with:
path: |
./mobilertc
./commonlib
key: zoom_sdk_files

- name: Setup Zoom SDK
if: steps.zoom-cache.outputs.cache-hit != 'true'
run: |
wget https://media.testpress.in/static/android/zoom_sdk.zip
unzip -o ./zoom_sdk.zip
- name: Caching Gradle packages
uses: actions/cache@v2
with:
Expand Down

0 comments on commit eb51779

Please # to comment.