Skip to content

Commit

Permalink
Use new package name for qt5 dev
Browse files Browse the repository at this point in the history
  • Loading branch information
Inokinoki authored Oct 28, 2024
1 parent c8d333e commit 777b368
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-qefi-linux-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 777b368

Please sign in to comment.