We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06db52a commit 771bec0Copy full SHA for 771bec0
.github/workflows/ci.yml
@@ -16,9 +16,9 @@ jobs:
16
17
- name: Clone Rust with patch
18
run: |
19
- git clone https://github.com/rust-lang/rust.git rust-patched
+ git clone --depth=1 https://github.com/rust-lang/rust.git rust-patched
20
cd rust-patched
21
- git fetch origin pull/143075/head:pr-143075
+ git fetch origin pull/143075/head:pr-143075 --depth=1
22
git checkout pr-143075
23
24
- name: Install dependencies for building Rust
0 commit comments