mirror of
https://github.com/nushell/nushell
synced 2025-01-14 14:14:13 +00:00
be sudo to install the system dependencies
This commit is contained in:
parent
6404d0e2c4
commit
e3e2a077be
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -116,7 +116,7 @@ jobs:
|
||||||
run: cargo install --path . --locked --no-default-features
|
run: cargo install --path . --locked --no-default-features
|
||||||
|
|
||||||
- name: System dependencies
|
- name: System dependencies
|
||||||
run: apt install -y xclip
|
run: sudo 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
|
||||||
|
|
Loading…
Reference in a new issue