Skip to content

Commit f8ef2df

Browse files
committed
chore(ci): use stable rust for building C API
1 parent c402280 commit f8ef2df

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
@@ -190,7 +190,7 @@ jobs:
190190
uses: actions/checkout@v4
191191

192192
- name: Install Rust
193-
uses: dtolnay/rust-toolchain@nightly
193+
uses: dtolnay/rust-toolchain@stable
194194

195195
- name: Install cbindgen
196196
uses: actions-rs/cargo@v1
@@ -204,7 +204,7 @@ jobs:
204204
RUSTFLAGS: --cfg hyper_unstable_ffi
205205
with:
206206
command: rustc
207-
args: --features client,http1,http2,ffi -Z unstable-options --crate-type cdylib
207+
args: --features client,http1,http2,ffi --crate-type cdylib
208208

209209
- name: Make Examples
210210
run: cd capi/examples && make client

0 commit comments

Comments
 (0)