mirror of
https://github.com/nushell/nushell.git
synced 2025-06-01 07:35:49 +02:00
be sudo to install the system dependencies
This commit is contained in:
parent
6404d0e2c4
commit
e3e2a077be
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…
x
Reference in New Issue
Block a user