ci: fix error

This commit is contained in:
Ylarod
2023-01-17 17:05:12 +08:00
parent 7347ae2301
commit d8009500a4
4 changed files with 14 additions and 16 deletions

View File

@@ -38,6 +38,10 @@ jobs:
name: Build aarch64-${{ matrix.version }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
path: KernelSU
fetch-depth: 0
- name: Setup need_upload
id: need_upload
run: |
@@ -47,11 +51,6 @@ jobs:
echo "UPLOAD=false" >> $GITHUB_OUTPUT
fi
- uses: actions/checkout@v3
with:
path: KernelSU
fetch-depth: 0
- name: Setup kernel source
run: |
cd $GITHUB_WORKSPACE