From ece2922b66428c3707ff6289e89bce54d1d1021e Mon Sep 17 00:00:00 2001 From: Jason Luong Date: Mon, 10 Oct 2022 13:36:21 +0100 Subject: [PATCH] fix: include clipboard libs in workflow steps --- .github/workflows/build.yaml | 3 ++- .github/workflows/release.yaml | 2 ++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index b9919106e..af79f53d3 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -71,7 +71,6 @@ jobs: # this is required to be able to test the clipboard export DISPLAY=:99 sudo Xvfb -ac :99 -screen 0 1280x1024x24 > /dev/null 2>&1 & - sudo apt-get update -y sudo apt-get install -y xsel xclip wl-clipboard make clean test @@ -127,6 +126,7 @@ jobs: # this is required to be able to test the clipboard export DISPLAY=:99 sudo Xvfb -ac :99 -screen 0 1280x1024x24 > /dev/null 2>&1 & + sudo apt-get install -y xsel xclip wl-clipboard make clean test @@ -179,6 +179,7 @@ jobs: # this is required to be able to test the clipboard export DISPLAY=:99 sudo Xvfb -ac :99 -screen 0 1280x1024x24 > /dev/null 2>&1 & + sudo apt-get install -y xsel xclip wl-clipboard make clean race-test diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 06778e492..47653c1e6 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -80,6 +80,7 @@ jobs: # this is required to be able to test the clipboard export DISPLAY=:99 sudo Xvfb -ac :99 -screen 0 1280x1024x24 > /dev/null 2>&1 & + sudo apt-get install -y xsel xclip wl-clipboard make clean test @@ -95,6 +96,7 @@ jobs: # this is required to be able to test the clipboard export DISPLAY=:99 sudo Xvfb -ac :99 -screen 0 1280x1024x24 > /dev/null 2>&1 & + sudo apt-get install -y xsel xclip wl-clipboard make clean test