Skip to content

Commit 5bddd5e

Browse files
tottotoseanmonstar
authored andcommitted
chore(ci): use stable rust for building C API
1 parent 440f23a commit 5bddd5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ jobs:
178178
uses: actions/checkout@v4
179179

180180
- name: Install Rust
181-
uses: dtolnay/rust-toolchain@nightly
181+
uses: dtolnay/rust-toolchain@stable
182182

183183
- name: Install cbindgen
184184
uses: taiki-e/cache-cargo-install-action@v1

0 commit comments

Comments
 (0)