mirror of
https://github.com/nushell/nushell.git
synced 2025-08-18 02:50:53 +02:00
install the missing xclip
dependency to the CI
This commit is contained in:
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
@@ -115,6 +115,9 @@ jobs:
|
|||||||
# as part of #8525.
|
# as part of #8525.
|
||||||
run: cargo install --path . --locked --no-default-features
|
run: cargo install --path . --locked --no-default-features
|
||||||
|
|
||||||
|
- name: System dependencies
|
||||||
|
run: apt install -y xclip
|
||||||
|
|
||||||
- name: Standard library tests
|
- name: Standard library tests
|
||||||
run: nu crates/nu-utils/standard_library/tests.nu
|
run: nu crates/nu-utils/standard_library/tests.nu
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user