From 777b368f07099320591f465a72f7f5b02b467428 Mon Sep 17 00:00:00 2001 From: Inoki Date: Mon, 28 Oct 2024 15:22:49 +0100 Subject: [PATCH] Use new package name for qt5 dev --- .github/workflows/build-qefi-linux-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-qefi-linux-release.yml b/.github/workflows/build-qefi-linux-release.yml index f5d643a..feba6f5 100644 --- a/.github/workflows/build-qefi-linux-release.yml +++ b/.github/workflows/build-qefi-linux-release.yml @@ -32,7 +32,7 @@ jobs: - name: Install libefivar, libefiboot and their dev files run: | sudo apt update -y - sudo apt install -y libefivar-dev libefiboot-dev qt6-default + sudo apt install -y libefivar-dev libefiboot-dev qtbase5-dev - name: Configure CMake # Configure CMake in a 'build' subdirectory. `CMAKE_BUILD_TYPE` is only required if you are using a single-configuration generator such as make.