Skip to content

Commit

Permalink
Revert "PRJ: fix Qt5 install"
Browse files Browse the repository at this point in the history
This reverts commit 088c26f.

Probably due to actions/runner-images#7048
  • Loading branch information
leloup314 committed May 24, 2023
1 parent 088c26f commit e9d5d31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
run: pip install -e .

- name: Qt5 default installation # Needed for running headless
run: sudo apt-get install qttools5-dev
run: sudo apt-get install qttools5-dev-tools

- name: Headless display setup
uses: pyvista/setup-headless-display-action@v1
Expand Down

0 comments on commit e9d5d31

Please sign in to comment.