mirror of
https://github.com/nushell/nushell
synced 2024-12-27 05:23:11 +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
|
||||
|
||||
- name: System dependencies
|
||||
run: apt install -y xclip
|
||||
run: sudo apt install -y xclip
|
||||
|
||||
- name: Standard library tests
|
||||
run: nu crates/nu-utils/standard_library/tests.nu
|
||||
|
|
Loading…
Reference in a new issue