Skip to content

Commit

Permalink
workflow: add apk Compile
Browse files Browse the repository at this point in the history
  • Loading branch information
vernesong committed Nov 19, 2024
1 parent 2d47055 commit bfd49c7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/compile_new_ipk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,10 @@ jobs:
cd ..
cd tmp/SDK
make package/luci-app-openclash/compile V=99
cd ../..
- name: Compile OpenClash APK
run: |
cd ..
cd tmp/SNAPSDK
make defconfig
make package/luci-app-openclash/compile V=99
Expand Down

0 comments on commit bfd49c7

Please sign in to comment.