From e3e2a077be134d15b8e24d5c463c793b9ecf4db6 Mon Sep 17 00:00:00 2001 From: amtoine Date: Tue, 4 Apr 2023 18:29:13 +0200 Subject: [PATCH] be sudo to install the system dependencies --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3631bd5c27..fa3d179b2f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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