From 6404d0e2c4e8bb69d4824abe75786d579847a8d1 Mon Sep 17 00:00:00 2001 From: amtoine Date: Tue, 4 Apr 2023 18:23:41 +0200 Subject: [PATCH] install the missing `xclip` dependency to the CI --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d246f3ddc2..3631bd5c27 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -115,6 +115,9 @@ jobs: # as part of #8525. run: cargo install --path . --locked --no-default-features + - name: System dependencies + run: apt install -y xclip + - name: Standard library tests run: nu crates/nu-utils/standard_library/tests.nu