Skip to content

Commit

Permalink
install dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Lyxot authored Nov 15, 2023
1 parent 6fca44b commit 965653b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/CustomBuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -331,6 +331,7 @@ jobs:
- name: Update builds.json
run: |
python scripts/BuildInfo.py "${{ steps.name.outputs.foldername }}" "${{ needs.check.outputs.latest_version }}" ${{ needs.get_arg.outputs.arch }} ${{ needs.get_arg.outputs.root_sol }} ${{ needs.get_arg.outputs.magisk_ver }} ${{ needs.get_arg.outputs.gapps_brand }} ${{ github.run_id }}
pip install requests
python scripts/BuildHistory.py
git config --global user.email github-actions[bot]@users.noreply.github.com
git config --global user.name github-actions[bot]
Expand Down

0 comments on commit 965653b

Please sign in to comment.