We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e85b17 commit 85d0c42Copy full SHA for 85d0c42
.github/workflows/ci.yml
@@ -73,8 +73,8 @@ jobs:
73
run: cargo check -Z build-std --target x86_64-unknown-haiku
74
- name: Clone async-io
75
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
+ # The async-io Cargo.toml already has a patch section at the bottom, so we
+ # can just add this.
78
- name: Patch polling
79
run: echo 'polling = { path = ".." }' >> async-io/Cargo.toml
80
- name: Test async-io
0 commit comments