Skip to content

Commit 9278a84

Browse files
committed
fix caching on windows
1 parent 03dd4a0 commit 9278a84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/common/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ inputs:
5454
runs:
5555
using: "composite"
5656
steps:
57-
- if: ${{ inputs.free-space == 'true' }}
57+
- if: ${{ inputs.free-space == 'true' && runner.os != 'Windows'}}
5858
# See https://github.com/actions/runner-images/issues/2840
5959
name: Free disk space
6060
shell: bash

0 commit comments

Comments
 (0)