Skip to content

Commit 5b852cc

Browse files
authored
temporally disable Android (#13)
1 parent f611b57 commit 5b852cc

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/build.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -107,12 +107,12 @@ jobs:
107107
# 17GB
108108
sudo rm -rf /usr/share/dotnet
109109
df -h
110-
- run: ./build.${{ matrix.name }}.sh "${{ github.event.inputs.commitHash }}"
111-
- name: Upload Artifact
112-
uses: actions/upload-artifact@v1
113-
with:
114-
name: webrtc.${{ matrix.name }}.tar.gz
115-
path: build/_package/${{ matrix.name }}/webrtc.tar.gz
110+
#- run: ./build.${{ matrix.name }}.sh "${{ github.event.inputs.commitHash }}"
111+
#- name: Upload Artifact
112+
# uses: actions/upload-artifact@v1
113+
# with:
114+
# name: webrtc.${{ matrix.name }}.tar.gz
115+
# path: build/_package/${{ matrix.name }}/webrtc.tar.gz
116116
create-release:
117117
name: Create Release
118118
if: contains(github.ref, 'tags/m')
@@ -156,7 +156,7 @@ jobs:
156156
# - ubuntu-18.04_x86_64
157157
# - ubuntu-20.04_x86_64
158158
# - ubuntu-22.04_x86_64
159-
- android
159+
# - android
160160
name: Release ${{ matrix.name }}
161161
if: contains(github.ref, 'tags/m')
162162
needs:

0 commit comments

Comments
 (0)