Skip to content

Commit 85d0c42

Browse files
committed
Deduplicate patch
Signed-off-by: John Nunley <dev@notgull.net>
1 parent 6e85b17 commit 85d0c42

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,8 @@ jobs:
7373
run: cargo check -Z build-std --target x86_64-unknown-haiku
7474
- name: Clone async-io
7575
run: git clone https://github.com/smol-rs/async-io.git
76-
- name: Add patch section
77-
run: echo '[patch.crates-io]' >> async-io/Cargo.toml
76+
# The async-io Cargo.toml already has a patch section at the bottom, so we
77+
# can just add this.
7878
- name: Patch polling
7979
run: echo 'polling = { path = ".." }' >> async-io/Cargo.toml
8080
- name: Test async-io

0 commit comments

Comments
 (0)