diff --git a/.github/workflows/test-clir.yml b/.github/workflows/test-clir.yml index f5e5ceb..2bc18db 100644 --- a/.github/workflows/test-clir.yml +++ b/.github/workflows/test-clir.yml @@ -21,7 +21,7 @@ jobs: with: python-version: ${{ matrix.python-version }} - name: Install xclip - if: runner.os == 'ubuntu-latest' # Run only if the OS is Linux (Ubuntu) + if: runner.os == 'Linux' # Run only if the OS is Linux (Ubuntu) run: | sudo apt-get update sudo apt-get install -y xclip