From 5bddd5e4c4546a9984ff2709e0be7b871566ea72 Mon Sep 17 00:00:00 2001 From: tottoto Date: Wed, 8 Nov 2023 20:57:00 +0900 Subject: [PATCH] chore(ci): use stable rust for building C API --- .github/workflows/CI.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 599dcb4bd7..a7a38bf641 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -178,7 +178,7 @@ jobs: uses: actions/checkout@v4 - name: Install Rust - uses: dtolnay/rust-toolchain@nightly + uses: dtolnay/rust-toolchain@stable - name: Install cbindgen uses: taiki-e/cache-cargo-install-action@v1