Skip to content

Commit

Permalink
Run unconditionally the free space
Browse files Browse the repository at this point in the history
  • Loading branch information
gbin committed Jan 21, 2025
1 parent 9afb3d5 commit fdb54e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/general.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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,
Expand Down

0 comments on commit fdb54e9

Please sign in to comment.