Skip to content

Commit

Permalink
attempt to fix segfaults on linux tests
Browse files Browse the repository at this point in the history
  • Loading branch information
stevetracvc committed Jun 2, 2022
1 parent 01b73c9 commit c2bbe2b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/linux-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ jobs:
uses: actions/checkout@v2
- name: Install System Packages
run: |
sudo apt-get update
sudo apt-get install libegl1-mesa
sudo apt-get update --fix-missing
sudo apt-get install -qq pyqt5-dev-tools libxcb-xinerama0 xterm --fix-missing
- name: Install Conda
uses: conda-incubator/setup-miniconda@v2
with:
Expand Down

0 comments on commit c2bbe2b

Please sign in to comment.