Skip to content

Commit cf260ae

Browse files
committed
fix: Windows CI
Signed-off-by: Yash Pandey (YP) <[email protected]>
1 parent 7f21dfb commit cf260ae

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,8 @@ jobs:
5959
- name: Cleanup
6060
id: clean-up
6161
run: |
62-
rm -r build lib
62+
rm -r build
63+
rm -r lib
6364
6465
macos:
6566
name: "macOS Catalina 10.15 (AppleClang 12.0)"
@@ -79,5 +80,4 @@ jobs:
7980
- name: Cleanup
8081
id: clean-up
8182
run: |
82-
rm -r build
83-
rm -r lib
83+
rm -r build lib

0 commit comments

Comments
 (0)