Skip to content

Commit 82fca9f

Browse files
committed
chore(ci): check C header file with stable rust
1 parent f8ef2df commit 82fca9f

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
@@ -225,7 +225,7 @@ jobs:
225225
uses: actions/checkout@v4
226226

227227
- name: Install Rust
228-
uses: dtolnay/rust-toolchain@nightly
228+
uses: dtolnay/rust-toolchain@stable
229229

230230
- name: Install cbindgen
231231
uses: actions-rs/cargo@v1

0 commit comments

Comments
 (0)