Skip to content

Commit

Permalink
Update OrangeFox-Compile.yml
Browse files Browse the repository at this point in the history
Signed-off-by: 008 <[email protected]>
  • Loading branch information
kmdtaufik authored Oct 8, 2023
1 parent db15c54 commit 3df9a6b
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/OrangeFox-Compile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,13 +95,7 @@ jobs:
cond: ${{ github.event.inputs.MANIFEST_BRANCH == '11.0' || github.event.inputs.MANIFEST_BRANCH == '12.1' }}
if_true: lunch twrp_${{ github.event.inputs.DEVICE_NAME }}-eng && make clean && mka adbd ${{ github.event.inputs.BUILD_TARGET }}image
if_false: lunch omni_${{ github.event.inputs.DEVICE_NAME }}-eng && make clean && mka ${{ github.event.inputs.BUILD_TARGET }}image
- name: Getting Magisk
run: |
cd ${GITHUB_WORKSPACE}
mkdir Magisk
cd Magisk
wget https://github.com/topjohnwu/Magisk/releases/download/v26.3/Magisk.v26.3.apk
mv Magisk.v26.3.apk Magisk-26.3.zip

- name: Building OrangeFox
run: |
cd ${GITHUB_WORKSPACE}/OrangeFox/fox_${{ github.event.inputs.MANIFEST_BRANCH }}
Expand Down

0 comments on commit 3df9a6b

Please sign in to comment.