You've already forked KernelSU-Next
mirror of
https://github.com/KernelSU-Next/KernelSU-Next.git
synced 2025-08-27 23:46:34 +00:00
ci: fix error
This commit is contained in:
9
.github/workflows/build-kernel-5.10.yml
vendored
9
.github/workflows/build-kernel-5.10.yml
vendored
@@ -38,6 +38,10 @@ jobs:
|
|||||||
name: Build aarch64-${{ matrix.version }}
|
name: Build aarch64-${{ matrix.version }}
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
|
- uses: actions/checkout@v3
|
||||||
|
with:
|
||||||
|
path: KernelSU
|
||||||
|
fetch-depth: 0
|
||||||
- name: Setup need_upload
|
- name: Setup need_upload
|
||||||
id: need_upload
|
id: need_upload
|
||||||
run: |
|
run: |
|
||||||
@@ -47,11 +51,6 @@ jobs:
|
|||||||
echo "UPLOAD=false" >> $GITHUB_OUTPUT
|
echo "UPLOAD=false" >> $GITHUB_OUTPUT
|
||||||
fi
|
fi
|
||||||
|
|
||||||
- uses: actions/checkout@v3
|
|
||||||
with:
|
|
||||||
path: KernelSU
|
|
||||||
fetch-depth: 0
|
|
||||||
|
|
||||||
- name: Setup kernel source
|
- name: Setup kernel source
|
||||||
run: |
|
run: |
|
||||||
cd $GITHUB_WORKSPACE
|
cd $GITHUB_WORKSPACE
|
||||||
|
|||||||
8
.github/workflows/build-kernel-5.15.yml
vendored
8
.github/workflows/build-kernel-5.15.yml
vendored
@@ -26,6 +26,10 @@ jobs:
|
|||||||
name: Build aarch64-${{ matrix.version }}
|
name: Build aarch64-${{ matrix.version }}
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
|
- uses: actions/checkout@v3
|
||||||
|
with:
|
||||||
|
path: KernelSU
|
||||||
|
fetch-depth: 0
|
||||||
- name: Setup need_upload
|
- name: Setup need_upload
|
||||||
id: need_upload
|
id: need_upload
|
||||||
run: |
|
run: |
|
||||||
@@ -34,10 +38,6 @@ jobs:
|
|||||||
else
|
else
|
||||||
echo "UPLOAD=false" >> $GITHUB_OUTPUT
|
echo "UPLOAD=false" >> $GITHUB_OUTPUT
|
||||||
fi
|
fi
|
||||||
- uses: actions/checkout@v3
|
|
||||||
with:
|
|
||||||
path: KernelSU
|
|
||||||
fetch-depth: 0
|
|
||||||
|
|
||||||
- name: Setup kernel source
|
- name: Setup kernel source
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
6
.github/workflows/build-manager.yml
vendored
6
.github/workflows/build-manager.yml
vendored
@@ -20,6 +20,9 @@ jobs:
|
|||||||
run:
|
run:
|
||||||
working-directory: ./manager
|
working-directory: ./manager
|
||||||
steps:
|
steps:
|
||||||
|
- uses: actions/checkout@v3
|
||||||
|
with:
|
||||||
|
fetch-depth: 0
|
||||||
- name: Setup need_upload
|
- name: Setup need_upload
|
||||||
id: need_upload
|
id: need_upload
|
||||||
run: |
|
run: |
|
||||||
@@ -28,9 +31,6 @@ jobs:
|
|||||||
else
|
else
|
||||||
echo "UPLOAD=false" >> $GITHUB_OUTPUT
|
echo "UPLOAD=false" >> $GITHUB_OUTPUT
|
||||||
fi
|
fi
|
||||||
- uses: actions/checkout@v3
|
|
||||||
with:
|
|
||||||
fetch-depth: 0
|
|
||||||
- name: set up JDK 11
|
- name: set up JDK 11
|
||||||
uses: actions/setup-java@v3
|
uses: actions/setup-java@v3
|
||||||
with:
|
with:
|
||||||
|
|||||||
7
.github/workflows/build-su.yml
vendored
7
.github/workflows/build-su.yml
vendored
@@ -15,6 +15,9 @@ jobs:
|
|||||||
name: Build userspace su
|
name: Build userspace su
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
|
- uses: actions/checkout@v3
|
||||||
|
with:
|
||||||
|
fetch-depth: 0
|
||||||
- name: Setup need_upload
|
- name: Setup need_upload
|
||||||
id: need_upload
|
id: need_upload
|
||||||
run: |
|
run: |
|
||||||
@@ -23,10 +26,6 @@ jobs:
|
|||||||
else
|
else
|
||||||
echo "UPLOAD=false" >> $GITHUB_OUTPUT
|
echo "UPLOAD=false" >> $GITHUB_OUTPUT
|
||||||
fi
|
fi
|
||||||
|
|
||||||
- uses: actions/checkout@v3
|
|
||||||
with:
|
|
||||||
fetch-depth: 0
|
|
||||||
- uses: nttld/setup-ndk@v1
|
- uses: nttld/setup-ndk@v1
|
||||||
with:
|
with:
|
||||||
ndk-version: r25b
|
ndk-version: r25b
|
||||||
|
|||||||
Reference in New Issue
Block a user