From e00cef9d09a51c7fc9efac927c57d840bae22696 Mon Sep 17 00:00:00 2001 From: Elkin Aguas Date: Sat, 10 Aug 2024 18:21:15 +0200 Subject: [PATCH] Update os again --- .github/workflows/test-clir.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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