Skip to content

Commit e1437a1

Browse files
committed
[CI] less force
1 parent ed99ebd commit e1437a1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/rust.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
with:
4242
toolchain: stable
4343
- name: Remove cargo config
44-
run: rm -rf .cargo
44+
run: rm -r .cargo
4545
- name: Check musl
4646
run: |
4747
rustup target add x86_64-unknown-linux-musl
@@ -73,7 +73,7 @@ jobs:
7373
override: true
7474
- name: Compile tests
7575
run: |
76-
rm -r -f .cargo
76+
rm -r .cargo
7777
cd minion-tests
7878
7979
rustup target add ${{ matrix.target }}

0 commit comments

Comments
 (0)