From 6540fd1a56b9595cd29591b4d7ae398d8e00777f Mon Sep 17 00:00:00 2001 From: lee0xb1t <125826142+76op@users.noreply.github.com> Date: Fri, 29 Mar 2024 10:16:03 +0000 Subject: [PATCH] install dependency --- .github/workflows/kernel-build.yml | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/.github/workflows/kernel-build.yml b/.github/workflows/kernel-build.yml index 87e0b20..95fff4a 100644 --- a/.github/workflows/kernel-build.yml +++ b/.github/workflows/kernel-build.yml @@ -12,20 +12,20 @@ jobs: packages: write contents: read steps: - # - name: Free Disk Space (Ubuntu) - # 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 + - name: Free Disk Space (Ubuntu) + 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: 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: true - uses: actions/checkout@v3 - name: Get Kernel source