Skip to content

Commit

Permalink
chore(ci): use stable rust for building C API
Browse files Browse the repository at this point in the history
  • Loading branch information
tottoto authored and seanmonstar committed Nov 8, 2023
1 parent 440f23a commit 5bddd5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Expand Up @@ -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
Expand Down

0 comments on commit 5bddd5e

Please sign in to comment.