Skip to content

Commit

Permalink
Update os again
Browse files Browse the repository at this point in the history
  • Loading branch information
elkinaguas authored Aug 10, 2024
1 parent 1e409a5 commit e00cef9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-clir.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e00cef9

Please sign in to comment.