Skip to content

Commit

Permalink
Workaround for build error
Browse files Browse the repository at this point in the history
  • Loading branch information
CaptainThrowback authored Feb 23, 2024
1 parent 73d5dd1 commit ee94c37
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/Recovery Build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,9 @@ jobs:

- name: Build it
run: |
bash build/envsetup.sh
set +e
source build/envsetup.sh
set -e
export ALLOW_MISSING_DEPENDENCIES=true
export FOX_BUILD_DEVICE=${{ inputs.DEVICE_NAME }}
export LC_ALL="C"
Expand Down

0 comments on commit ee94c37

Please sign in to comment.