Skip to content

Commit fff9f3f

Browse files
yujincheng08backslashxx
authored andcommitted
Upgrade ndk for CI (tiann#1941)
1 parent 857381b commit fff9f3f

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/build-su.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,11 @@ jobs:
2626
else
2727
echo "UPLOAD=false" >> $GITHUB_OUTPUT
2828
fi
29-
- uses: nttld/setup-ndk@v1
30-
with:
31-
ndk-version: r26d
3229
- name: Build su
3330
working-directory: ./userspace/su
3431
run: ndk-build
3532
- name: Upload a Build Artifact
3633
uses: actions/upload-artifact@v4
3734
with:
3835
name: su
39-
path: ./userspace/su/libs
36+
path: ./userspace/su/libs

0 commit comments

Comments
 (0)