Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
celetor authored Jul 21, 2024
1 parent 641c6a5 commit ec97307
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,9 +100,9 @@ jobs:
working-directory: TVBoxOSC
run: |
if grep -q 'crosswalk' build.gradle; then
sed -i "/crosswalk/a\ maven { url 'https://celetor.github.io/crosswalk/releases/crosswalk/android/maven2' }" build.gradle
sed -i "/crosswalk/a\ maven { url 'https://celetor.github.io/crosswalk/releases/crosswalk/android/maven2' }\n maven { url 'https://maven.aliyun.com/repository/jcenter' }" build.gradle
else
sed -i "/jitpack.io/a\ maven { url 'https://celetor.github.io/crosswalk/releases/crosswalk/android/maven2' }" build.gradle
sed -i "/jitpack.io/a\ maven { url 'https://celetor.github.io/crosswalk/releases/crosswalk/android/maven2'\n maven { url 'https://maven.aliyun.com/repository/jcenter' }" build.gradle
fi
- name: Setup JDK
Expand Down

0 comments on commit ec97307

Please sign in to comment.