Skip to content

Commit

Permalink
yml: Enable back gflags.
Browse files Browse the repository at this point in the history
This is to fix snapuserd missing dependencies.

Signed-off-by: Carlo Dandan <[email protected]>
  • Loading branch information
carlodandan authored Jan 10, 2024
1 parent d77783f commit df5d21d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/Recovery-Builder-TWRP.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,8 @@ jobs:
git config --global user.name "Carlo Dandan"
git config --global user.email "[email protected]"
repo init --depth=1 -u ${{ steps.manifest.outputs.value }} -b ${{ github.event.inputs.MANIFEST_BRANCH }}
sed -i '/<remove-project name="platform\/external\/gflags" \/>/d' .repo/manifests/remove-minimal.xml
- name: Repo Sync
run: |
cd android-recovery
Expand Down

0 comments on commit df5d21d

Please sign in to comment.