Skip to content

Commit

Permalink
Update OrangeFox-Compile.yml
Browse files Browse the repository at this point in the history
Signed-off-by: cachiusa <[email protected]>
  • Loading branch information
cachiusa authored Aug 19, 2024
1 parent 1c1d12b commit b34bed8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/OrangeFox-Compile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ jobs:
- name: Building OrangeFox
run: |
cd ${GITHUB_WORKSPACE}/OrangeFox/fox_${{ github.event.inputs.MANIFEST_BRANCH }}
set +e
#set +e
if [[ ${{ github.event.inputs.USE_CCACHE }} == true ]]; then
export USE_CCACHE=1
export CCACHE_EXEC=/usr/bin/ccache
Expand All @@ -114,7 +114,7 @@ jobs:
#fi
source build/envsetup.sh
export ALLOW_MISSING_DEPENDENCIES=true
set -e
#set -e
lunch twrp_${{ github.event.inputs.DEVICE_NAME }}-eng && mka adbd vendorbootimage
export TW_VNDR_BOOT=0
source build/envsetup.sh
Expand Down

0 comments on commit b34bed8

Please sign in to comment.