Skip to content

Commit

Permalink
ci: fix build userspace su (#1079)
Browse files Browse the repository at this point in the history
  • Loading branch information
tiann authored Oct 24, 2023
1 parent d68fa5a commit 64f849d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-su.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Build SU
on:
push:
branches: [ "main" ]
branches: [ "main", "ci" ]
paths:
- '.github/workflows/build-su.yml'
- 'userspace/su/**'
Expand All @@ -28,7 +28,7 @@ jobs:
fi
- uses: nttld/setup-ndk@v1
with:
ndk-version: r25b
ndk-version: r25c
local-cache: true
- name: Build su
working-directory: ./userspace/su
Expand Down

0 comments on commit 64f849d

Please sign in to comment.