Update android.yml to download webrtc

This commit is contained in:
Daniel Gultsch 2021-08-24 09:21:17 +00:00 committed by GitHub
parent caefec2fbf
commit 4e90c0dbbb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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)