Skip to content

Commit

Permalink
Upgrade ndk for CI (tiann#1941)
Browse files Browse the repository at this point in the history
  • Loading branch information
yujincheng08 authored and fukiame committed Aug 11, 2024
1 parent c49feda commit b85f768
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/build-su.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,11 @@ jobs:
else
echo "UPLOAD=false" >> $GITHUB_OUTPUT
fi
- uses: nttld/setup-ndk@v1
with:
ndk-version: r26d
- name: Build su
working-directory: ./userspace/su
run: ndk-build
- name: Upload a Build Artifact
uses: actions/upload-artifact@v4
with:
name: su
path: ./userspace/su/libs
path: ./userspace/su/libs

0 comments on commit b85f768

Please sign in to comment.