Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
AdityaGarg8 committed Apr 12, 2024
1 parent c6201a6 commit 9a78f43
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Kernel Build - 6.5
name: Kernel Build - 6.8

on: push

Expand All @@ -9,15 +9,16 @@ jobs:
if: ${{ !contains(github.event.head_commit.message, 'skip ci') }}
steps:
- name: Free up disk space for the CI
uses: jlumbroso/free-disk-space@main
uses: AdityaGarg8/remove-unwanted-software@master
with:
tool-cache: true
android: true
dotnet: true
haskell: true
large-packages: true
docker-images: true
swap-storage: true
remove-android: 'true'
remove-dotnet: 'true'
remove-haskell: 'true'
remove-codeql: 'true'
remove-docker-images: 'true'
remove-large-packages: 'true'
remove-cached-tools: 'true'
remove-swap: 'true'
- name: 'Checkout Repo'
uses: actions/checkout@v3
- name: Build Kernel
Expand Down

0 comments on commit 9a78f43

Please sign in to comment.