From 80cca603643c9c91dfbe80b724088f8c98f0b9b0 Mon Sep 17 00:00:00 2001 From: Eric Larson Date: Mon, 24 Jun 2024 15:27:19 -0400 Subject: [PATCH] FIX: Need Qt, too (#19) --- .github/workflows/local.yml | 4 ++-- action.yml | 1 - 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/local.yml b/.github/workflows/local.yml index 4dd36b4..ba9964a 100644 --- a/.github/workflows/local.yml +++ b/.github/workflows/local.yml @@ -19,9 +19,9 @@ jobs: os: [macos-14, macos-13, ubuntu-24.04, ubuntu-22.04, ubuntu-20.04, windows-2019, windows-2022] qt: [""] include: - - os: ubuntu-latest + - os: ubuntu-20.04 qt: "pyqt5" - - os: ubuntu-latest + - os: ubuntu-24.04 qt: "pyqt6" - os: ubuntu-latest qt: "pyside6" diff --git a/action.yml b/action.yml index f057323..b5b04bd 100644 --- a/action.yml +++ b/action.yml @@ -39,7 +39,6 @@ runs: sudo apt-get install -y \ libdbus-1-3 \ libegl1 \ - libegl1-mesa \ libopengl0 \ libosmesa6 \ libxcb-cursor0 \