Skip to content

Commit

Permalink
Only run clear-action-cache iff not on Windows (#2951)
Browse files Browse the repository at this point in the history
Signed-off-by: Eduardo Apolinario <[email protected]>
Co-authored-by: Eduardo Apolinario <[email protected]>
  • Loading branch information
eapolinario and eapolinario authored Dec 4, 2024
1 parent 5ec1aeb commit 55d4d2d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/actions/clear-action-cache/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ runs:
using: 'composite'
steps:
- shell: bash
if: runner.os != 'Windows'
run: |
rm -rf /usr/share/dotnet
rm -rf /opt/ghc
Expand Down

0 comments on commit 55d4d2d

Please sign in to comment.