Skip to content

Commit

Permalink
chore(ci): fix unreachable pub item ci error
Browse files Browse the repository at this point in the history
  • Loading branch information
tottoto committed Nov 3, 2023
1 parent cac69b5 commit a3e031c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ jobs:
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: nightly
toolchain: stable
override: true

- name: Install cbindgen
Expand All @@ -224,7 +224,7 @@ jobs:
RUSTFLAGS: --cfg hyper_unstable_ffi
with:
command: rustc
args: --features client,http1,http2,ffi -Z unstable-options --crate-type cdylib
args: --features client,http1,http2,ffi --crate-type cdylib

- name: Make Examples
run: cd capi/examples && make client
Expand Down

0 comments on commit a3e031c

Please sign in to comment.