Skip to content

Commit

Permalink
move line
Browse files Browse the repository at this point in the history
  • Loading branch information
tlambert03 committed Jun 16, 2024
1 parent fb6bed2 commit 3574213
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,14 @@ jobs:

steps:
- uses: actions/checkout@v4
# - if: runner.os == 'Linux'
# run: |
# sudo apt-get update
# sudo apt-get install -y libdbus-1-3 libegl1-mesa libxcb-xinput0 x11-utils
- uses: tlambert03/setup-qt-libs@v1

- uses: pyvista/setup-headless-display-action@v2
with:
qt: true
- if: runner.os == 'Linux'
run: |
sudo apt-get update
sudo apt-get install -y libegl1 libdbus-1-3 libxkbcommon-x11-0 libxcb-icccm4 libxcb-image0 libxcb-keysyms1 libxcb-randr0 libxcb-render-util0 libxcb-xinerama0 libxcb-xinput0 libxcb-xfixes0 x11-utils libxcb-cursor0 libopengl0 libegl1-mesa
- uses: actions/setup-python@v4
with:
Expand Down

0 comments on commit 3574213

Please sign in to comment.