CI: Remove test deps from the clippy check

This commit is contained in:
Fabian Boehm 2024-10-14 21:02:26 +02:00
parent b4f86bf0f5
commit 9f92d1f204

View File

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