ci: pin rust to 1.94, matches Cargo.toml rust-version
This commit is contained in:
parent
1b373cf1e5
commit
e170678df1
1 changed files with 2 additions and 1 deletions
|
|
@ -22,8 +22,9 @@ jobs:
|
|||
run: |
|
||||
git clone --depth 1 https://github.com/jake-stewart/tuie.git /workspace/Fimeg/tuie
|
||||
sed -i 's/pub(crate) mod rgb/pub mod rgb/' /workspace/Fimeg/tuie/src/util/mod.rs
|
||||
- uses: dtolnay/rust-toolchain@29eef336d9b2848a0b548edc03f92a220660cdb8 # stable
|
||||
- uses: dtolnay/rust-toolchain@29eef336d9b2848a0b548edc03f92a220660cdb8
|
||||
with:
|
||||
toolchain: "1.94"
|
||||
components: clippy
|
||||
- name: cargo test
|
||||
run: cargo test
|
||||
|
|
|
|||
Loading…
Reference in a new issue