Skip to content

Commit a7280f5

Browse files
authored
Update ci.yml
1 parent 6a49856 commit a7280f5

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ jobs:
2323
- uses: ruby/setup-ruby@v1
2424
with:
2525
ruby-version: '3'
26+
- name: Clean Ruby MSYS2 temp directory
27+
run: Remove-Item -Recurse -Force D:\a\_temp\msys64
28+
shell: pwsh
2629
- uses: msys2/setup-msys2@v2
2730
with:
2831
msystem: MINGW32

0 commit comments

Comments
 (0)