From 93cfe78871e366c6173b1ed6fb9babcf9da4d700 Mon Sep 17 00:00:00 2001 From: laurent Date: Tue, 19 Nov 2024 04:21:47 +0100 Subject: [PATCH] Linux only. --- .github/workflows/rust-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/rust-ci.yml b/.github/workflows/rust-ci.yml index 12218dc22a..33d859dc36 100644 --- a/.github/workflows/rust-ci.yml +++ b/.github/workflows/rust-ci.yml @@ -38,6 +38,7 @@ jobs: rust: [stable] steps: - name: Delete huge unnecessary tools folder + if: runner.os == 'Linux' run: rm -rf /opt/hostedtoolcache - uses: actions/checkout@v4 - uses: actions/setup-python@v5