From c2bbe2b67b6cc47794bb5de8eba0c7af13d98f60 Mon Sep 17 00:00:00 2001 From: Steve Date: Thu, 2 Jun 2022 11:21:09 -0600 Subject: [PATCH] attempt to fix segfaults on linux tests --- .github/workflows/linux-tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/linux-tests.yml b/.github/workflows/linux-tests.yml index f2acae52..05b9c6e4 100644 --- a/.github/workflows/linux-tests.yml +++ b/.github/workflows/linux-tests.yml @@ -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: