We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 421341a commit 2982afaCopy full SHA for 2982afa
.github/workflows/cmake-ubuntu.yml
@@ -23,7 +23,7 @@ jobs:
23
- uses: actions/checkout@v4
24
25
- name: Install dependencies
26
- run: sudo apt-get install -qq qtbase6-dev
+ run: sudo apt-get install -qq qt6-base-dev
27
28
- name: Configure CMake
29
# 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
@@ -19,7 +19,7 @@ jobs:
19
20
21
22
- run: sudo apt-get install qtbase6-dev
+ run: sudo apt-get install qt6-base-dev
run: cmake -B ${{ github.workspace }}/build -DCMAKE_BUILD_TYPE=${{ env.BUILD_TYPE }}
0 commit comments