Skip to content

Commit

Permalink
Update Recovery-Builder-TWRP.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Jamie Falconer <[email protected]>
  • Loading branch information
SavedByLight authored Oct 19, 2024
1 parent da33eb2 commit 97ac8e4
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/Recovery-Builder-TWRP.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,11 @@ on:
required: true
default: 'system/bin/qseecomd'

jobs:
free-disk-space:
runs-on: ubuntu-latest
steps:

jobs:
build:
name: Build TWRP by ${{ github.actor }}
Expand All @@ -66,6 +71,21 @@ jobs:
- name: Cleanup
uses: rokibhasansagar/slimhub_actions@main

- name: Free Disk Space
uses: jlumbroso/free-disk-space@main
with:
# this might remove tools that are actually needed,
# when set to "true" but frees about 6 GB
tool-cache: true

# all of these default to true, but feel free to set to
# "false" if necessary for your workflow
android: true
dotnet: true
haskell: true
large-packages: true
swap-storage: false

- name: Set Swap Space
uses: pierotofy/set-swap-space@master
Expand Down

0 comments on commit 97ac8e4

Please sign in to comment.