Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
rogurotus committed Sep 21, 2023
1 parent b254fe7 commit e2b13be
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,12 @@ jobs:
# path: package/libwebrtc-android.tar.gz

- run: mkdir -p package/
- run: cd package/ && curl -s https://api.github.com/repos/instrumentisto/libwebrtc-bin/releases/latest | grep "browser_download_url.*libwebrtc-android.tar.gz" | cut -d : -f 2,3 | tr -d \" | wget -qi -
- run: cd package/ && \
curl -s https://api.github.com/repos/instrumentisto/libwebrtc-bin/releases/latest \
| grep "browser_download_url.*libwebrtc-android.tar.gz" \
| cut -d : -f 2,3 \
| tr -d \" \
| wget -qi -

- run: cd package && tar xf libwebrtc-android.tar.gz

Expand Down

0 comments on commit e2b13be

Please sign in to comment.