forked from extern/nushell
install the missing xclip
dependency to the CI
This commit is contained in:
parent
ad3e8de25b
commit
6404d0e2c4
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user