mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-03-15 23:22:53 +08:00
CI: Remove test deps from the clippy check
This commit is contained in:
parent
b4f86bf0f5
commit
9f92d1f204
3
.github/workflows/rust_checks.yml
vendored
3
.github/workflows/rust_checks.yml
vendored
@ -23,8 +23,7 @@ jobs:
|
||||
- uses: dtolnay/rust-toolchain@stable
|
||||
- name: Install deps
|
||||
run: |
|
||||
sudo apt install gettext libpcre2-dev python3-pip tmux
|
||||
sudo pip3 install pexpect
|
||||
sudo apt install gettext libpcre2-dev
|
||||
- name: cmake
|
||||
run: |
|
||||
cmake -B build
|
||||
|
Loading…
x
Reference in New Issue
Block a user