Skip to content

Commit 771bec0

Browse files
committed
ci: try fix
1 parent 06db52a commit 771bec0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ jobs:
1616

1717
- name: Clone Rust with patch
1818
run: |
19-
git clone https://github.com/rust-lang/rust.git rust-patched
19+
git clone --depth=1 https://github.com/rust-lang/rust.git rust-patched
2020
cd rust-patched
21-
git fetch origin pull/143075/head:pr-143075
21+
git fetch origin pull/143075/head:pr-143075 --depth=1
2222
git checkout pr-143075
2323
2424
- name: Install dependencies for building Rust

0 commit comments

Comments
 (0)