mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-04-24 11:41:15 -03:00
CI: Remove test deps from the clippy check
This commit is contained in:
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
|
||||
|
||||
Reference in New Issue
Block a user