Skip to content

Commit d29d028

Browse files
committed
Skip cleanup on Windows
1 parent f191265 commit d29d028

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

.github/workflows/ci.yaml

-12
Original file line numberDiff line numberDiff line change
@@ -102,12 +102,6 @@ jobs:
102102
container: lampepfl/dotty-windows:2020-10-02
103103

104104
steps:
105-
- name: Checkout cleanup script
106-
uses: actions/checkout@v2
107-
108-
- name: Cleanup
109-
bash: .github/workflows/cleanup.sh
110-
111105
- name: Git Checkout
112106
uses: actions/checkout@v2
113107

@@ -140,12 +134,6 @@ jobs:
140134
container: lampepfl/dotty-windows:2020-10-02
141135

142136
steps:
143-
- name: Checkout cleanup script
144-
uses: actions/checkout@v2
145-
146-
- name: Cleanup
147-
bash: .github/workflows/cleanup.sh
148-
149137
- name: Git Checkout
150138
uses: actions/checkout@v2
151139

0 commit comments

Comments
 (0)