From fdb54e91b397b2251f6d1c301b94767b5e5c7418 Mon Sep 17 00:00:00 2001 From: Guillaume Binet Date: Tue, 21 Jan 2025 13:07:14 -0600 Subject: [PATCH] Run unconditionally the free space --- .github/workflows/general.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/general.yml b/.github/workflows/general.yml index 67ee8849c..ee91c8cab 100644 --- a/.github/workflows/general.yml +++ b/.github/workflows/general.yml @@ -18,7 +18,7 @@ jobs: strategy: matrix: os: [ ubuntu-latest, macos-latest, windows-latest ] - mode: [ debug, release, cuda-release] + mode: [ debug, release, cuda-release ] steps: - uses: actions/checkout@v4 @@ -37,7 +37,7 @@ jobs: run: cargo +stable fmt --all -- --check - name: Free Disk Space (Ubuntu) - if: runner.os == 'Linux' && matrix.mode == 'cuda-release' + if: runner.os == 'Linux' uses: jlumbroso/free-disk-space@main with: # this might remove tools that are actually needed,