Skip to content

Commit

Permalink
Add clean up action
Browse files Browse the repository at this point in the history
  • Loading branch information
ghazzor authored Feb 21, 2024
1 parent 2673657 commit 8b241dd
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/build_generic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,10 @@ jobs:
uses: actions/checkout@v4
with:
fetch-depth: 1


- name: Cleanup
uses: rokibhasansagar/slimhub_actions@main

- name: Install packages & setup
run: |
sudo apt update
Expand Down Expand Up @@ -103,4 +106,4 @@ jobs:
with:
name: Xanmod-${{ github.event.inputs.KERNEL_VER }}-${{ github.event.inputs.LLVM_VER }}-config_x86-64-${{ matrix.config }}
path: kernel/
compression-level: 9
compression-level: 9

0 comments on commit 8b241dd

Please sign in to comment.