Update android.yml to download webrtc
This commit is contained in:
parent
caefec2fbf
commit
4e90c0dbbb
|
@ -18,7 +18,8 @@ jobs:
|
|||
with:
|
||||
java-version: '11'
|
||||
distribution: 'adopt'
|
||||
|
||||
- name: Download WebRTC
|
||||
run: mkdir libs && wget -O libs/libwebrtc-m92.aar https://gultsch.de/files/libwebrtc-m92.aar
|
||||
- name: Grant execute permission for gradlew
|
||||
run: chmod +x gradlew
|
||||
- name: Build Quicksy (Compat)
|
||||
|
|
Loading…
Reference in New Issue