Skip to content

Commit 2982afa

Browse files
committed
fix package name
1 parent 421341a commit 2982afa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/cmake-ubuntu.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- uses: actions/checkout@v4
2424

2525
- name: Install dependencies
26-
run: sudo apt-get install -qq qtbase6-dev
26+
run: sudo apt-get install -qq qt6-base-dev
2727

2828
- name: Configure CMake
2929
# Configure CMake in a 'build' subdirectory. `CMAKE_BUILD_TYPE` is only required if you are using a single-configuration generator such as make.

.github/workflows/create-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- uses: actions/checkout@v4
2020

2121
- name: Install dependencies
22-
run: sudo apt-get install qtbase6-dev
22+
run: sudo apt-get install qt6-base-dev
2323

2424
- name: Configure CMake
2525
run: cmake -B ${{ github.workspace }}/build -DCMAKE_BUILD_TYPE=${{ env.BUILD_TYPE }}

0 commit comments

Comments
 (0)