Skip to content

Commit

Permalink
Install xclip in Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
elkinaguas authored Aug 17, 2024
1 parent e670dea commit b50b976
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/test-clir.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,12 @@ jobs:
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
- name: Install xclip
if: runner.os == 'Linux' # Run only if the OS is Linux (Ubuntu)
run: |
sudo apt-get update
sudo apt-get install xorg openbox
sudo apt-get install -y xclip xsel
- name: Install poetry
run: |
python -m pip install --upgrade pip
Expand Down

0 comments on commit b50b976

Please sign in to comment.