Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/iNPUTmice/Conversations.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Gultsch <daniel@gultsch.de>2021-08-24 12:21:17 +0300
committerGitHub <noreply@github.com>2021-08-24 12:21:17 +0300
commit4e90c0dbbb090dd014a10601caca246d4dca219a (patch)
treeab250430026252fcf4e2e68c83bb473255108589
parentcaefec2fbfe87465e55fc36e9d881d9bcd9c7ea5 (diff)
Update android.yml to download webrtc
-rw-r--r--.github/workflows/android.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml
index 97859f167..2c0861ffb 100644
--- a/.github/workflows/android.yml
+++ b/.github/workflows/android.yml
@@ -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)