Skip to content

Commit aeda199

Browse files
committed
fix: fixed wrong command for windows
1 parent f772610 commit aeda199

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ jobs:
137137
- name: Remove lock
138138
working-directory: example
139139
run: |
140-
rm -f pubspec.lock
140+
Remove-Item -Path "pubspec.lock" -ErrorAction Ignore
141141
142142
- name: Set up Flutter
143143
uses: subosito/flutter-action@v2

0 commit comments

Comments
 (0)