Skip to content

Commit

Permalink
workflow: prepare config first
Browse files Browse the repository at this point in the history
  • Loading branch information
vernesong committed Nov 19, 2024
1 parent bfd49c7 commit 8d75a3b
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/compile_new_ipk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,11 +98,16 @@ jobs:
cd tmp/SDK
make package/luci-app-openclash/compile V=99
- name: Compile OpenClash APK
- name: Prepare SNAPSDK Config
run: |
cd ..
cd tmp/SNAPSDK
make defconfig
- name: Compile OpenClash APK
run: |
cd ..
cd tmp/SNAPSDK
make package/luci-app-openclash/compile V=99
- name: Switch OpenClash Repository to Package
Expand Down

0 comments on commit 8d75a3b

Please sign in to comment.