Skip to content

Commit bbd6e7e

Browse files
add -force instead of -f
1 parent 508396a commit bbd6e7e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/CI.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ jobs:
3333

3434
- name: Remove globally installed Yarn
3535
run: |
36-
rm -f /Users/runner/.yarn/bin/yarn
37-
rm -f /Users/runner/.yarn/bin/yarnpkg
36+
rm -force /usr/local/bin/yarn /usr/local/bin/yarnpkg
37+
rm -force /Users/runner/.yarn/bin/yarn /Users/runner/.yarn/bin/yarnpkg
3838
echo "🧹 Yarn removed"
3939
4040
- name: Check for yarn

0 commit comments

Comments
 (0)