From c10fdf3e66c3841d7963fc8b6db0551ebd4019e6 Mon Sep 17 00:00:00 2001 From: Paul Zehner Date: Fri, 26 Jan 2024 19:21:00 +0100 Subject: [PATCH] Disable free disk space --- .github/workflows/cmake.yml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index 6f3d81c1..112b6834 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -65,11 +65,11 @@ jobs: - hip steps: - - name: Free Disk Space (Ubuntu) - uses: jlumbroso/free-disk-space@v1.2.0 - with: - tool-cache: true - large-packages: false + # - name: Free Disk Space (Ubuntu) + # uses: jlumbroso/free-disk-space@v1.2.0 + # with: + # tool-cache: true + # large-packages: false - name: Checkout repository uses: actions/checkout@v4 @@ -140,11 +140,11 @@ jobs: name: host_device steps: - - name: Free Disk Space (Ubuntu) - uses: jlumbroso/free-disk-space@v1.2.0 - with: - tool-cache: true - large-packages: false + # - name: Free Disk Space (Ubuntu) + # uses: jlumbroso/free-disk-space@v1.2.0 + # with: + # tool-cache: true + # large-packages: false - name: Checkout built branch uses: actions/checkout@v4