install the missing xclip dependency to the CI

This commit is contained in:
amtoine 2023-04-04 18:23:41 +02:00
parent ad3e8de25b
commit 6404d0e2c4
No known key found for this signature in database
GPG Key ID: 37AAE9B486CFF1AB

View File

@ -115,6 +115,9 @@ jobs:
# as part of #8525.
run: cargo install --path . --locked --no-default-features
- name: System dependencies
run: apt install -y xclip
- name: Standard library tests
run: nu crates/nu-utils/standard_library/tests.nu