Skip to content

Commit b0313f4

Browse files
authored
Add deletes since windows gets mad
1 parent a55f765 commit b0313f4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/dargon2_tests.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ jobs:
2020
- uses: dart-lang/setup-dart@v1
2121
- name: Use Test Pubspec Files
2222
run: |
23+
rm pubspec.yaml
24+
rm ../dargon2_core/pubspec.yaml
2325
mv pubspec.test.yaml pubspec.yaml
2426
mv ../dargon2_core/pubspec.test.yaml ../dargon2_core/pubspec.yaml
2527
- name: Install dependencies

0 commit comments

Comments
 (0)