Skip to content

Commit

Permalink
back to qt-libs
Browse files Browse the repository at this point in the history
  • Loading branch information
tlambert03 committed Jun 15, 2024
1 parent d91d148 commit fb6bed2
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,11 @@ 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
# - 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
Expand Down

0 comments on commit fb6bed2

Please sign in to comment.