|
|
@ -8,12 +8,13 @@ on: |
|
|
|
jobs: |
|
|
|
jobs: |
|
|
|
build: |
|
|
|
build: |
|
|
|
runs-on: ubuntu-latest |
|
|
|
runs-on: ubuntu-latest |
|
|
|
|
|
|
|
if: ${{ github.actor == 'gedoor' }} |
|
|
|
steps: |
|
|
|
steps: |
|
|
|
- uses: actions/checkout@v2 |
|
|
|
- uses: actions/checkout@v2 |
|
|
|
with: |
|
|
|
with: |
|
|
|
fetch-depth: 1 |
|
|
|
fetch-depth: 1 |
|
|
|
|
|
|
|
|
|
|
|
- name: Download Lastest Cronet jar |
|
|
|
- name: Check Cronet Updates |
|
|
|
run: | |
|
|
|
run: | |
|
|
|
echo "获取cronet最新版本" |
|
|
|
echo "获取cronet最新版本" |
|
|
|
source .github/scripts/cronet.sh |
|
|
|
source .github/scripts/cronet.sh |
|
|
|