From e41167d933fa5fdd2eff36135fbe26903b3c6946 Mon Sep 17 00:00:00 2001 From: ale5000 <15793015+ale5000-git@users.noreply.github.com> Date: Sun, 13 Oct 2024 15:58:16 +0200 Subject: [PATCH] Minor change --- .github/workflows/scripts-testing.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/scripts-testing.yml b/.github/workflows/scripts-testing.yml index 5eeb0b0c..bcf0c82d 100644 --- a/.github/workflows/scripts-testing.yml +++ b/.github/workflows/scripts-testing.yml @@ -32,6 +32,7 @@ jobs: - name: "Checkout sources" uses: actions/checkout@v4 - name: "Cache shells" + if: "${{ runner.os == 'Linux' }}" uses: actions/cache@v4 with: path: "cache/shells"