Skip to content

Commit f311554

Browse files
committed
Remove rustup uninstall
1 parent bcea1f8 commit f311554

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-sub.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
name: "cargo clippy in subdir"
99
runs-on: ubuntu-latest
1010
steps:
11-
- run: rustup default none && rustup self uninstall -y
11+
# - run: rustup default none && rustup self uninstall -y
1212
- run: |
1313
rustc --version || true
1414
cargo --version || true

0 commit comments

Comments
 (0)