Watch
1
0
Fork
You've already forked souveraine
0

ci: pin rust to 1.94, matches Cargo.toml rust-version

This commit is contained in:
Fimeg 2026-06-19 13:47:31 -04:00
commit e170678df1

View file

@ -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