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 build susfsd
This commit is contained in:
4
.github/workflows/build-manager.yml
vendored
4
.github/workflows/build-manager.yml
vendored
@@ -82,10 +82,10 @@ jobs:
|
|||||||
- name: Setup Android SDK
|
- name: Setup Android SDK
|
||||||
uses: android-actions/setup-android@v3
|
uses: android-actions/setup-android@v3
|
||||||
|
|
||||||
- name: Download arm64 susfs
|
- name: Download arm64 susfsd
|
||||||
uses: actions/download-artifact@v4
|
uses: actions/download-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: susfs-aarch64-linux-android
|
name: susfsd-aarch64-linux-android
|
||||||
path: .
|
path: .
|
||||||
|
|
||||||
- name: Download arm64 ksud
|
- name: Download arm64 ksud
|
||||||
|
|||||||
6
.github/workflows/susfsd.yml
vendored
6
.github/workflows/susfsd.yml
vendored
@@ -1,4 +1,4 @@
|
|||||||
name: Build SuSFS
|
name: Build susfsd
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [ "next" ]
|
branches: [ "next" ]
|
||||||
@@ -24,11 +24,11 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
- name: Build susfsd
|
- name: Build susfsd
|
||||||
working-directory: ./userspace/susfs
|
working-directory: ./userspace/susfsd
|
||||||
run: $ANDROID_NDK/ndk-build
|
run: $ANDROID_NDK/ndk-build
|
||||||
- name: Upload a Build Artifact
|
- name: Upload a Build Artifact
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: susfs-aarch64-linux-android
|
name: susfsd-aarch64-linux-android
|
||||||
path: ./userspace/susfsd/libs
|
path: ./userspace/susfsd/libs
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user