Skip to content

Commit

Permalink
Update ubuntu.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
s12mmm3 committed Feb 8, 2024
1 parent 2343f41 commit 02b6c88
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,19 +18,15 @@ jobs:
# 5.12.12
- qt_version: 5.12.12
qt_arch: gcc_64
arch: x64
# 5.15.2
- qt_version: 5.15.2
qt_arch: gcc_64
arch: x64
# 6.2.4
- qt_version: 6.2.4
qt_arch: gcc_64
arch: x64
# 6.6.0
- qt_version: 6.6.1
qt_arch: gcc_64
arch: x64
modules: 'qthttpserver qtwebsockets'
env:
BUILD_TYPE: Release
Expand Down Expand Up @@ -63,7 +59,7 @@ jobs:
- name: CMake Build
id: build
run: |
cmake -A ${{ matrix.arch }} -DCMAKE_BUILD_TYPE=${{ env.BUILD_TYPE }} -DCMAKE_INSTALL_PREFIX=${{ github.workspace }} -B ${{ env.BUILD_PATH }}
cmake -DCMAKE_BUILD_TYPE=${{ env.BUILD_TYPE }} -DCMAKE_INSTALL_PREFIX=${{ github.workspace }} -B ${{ env.BUILD_PATH }}
ls
# CMake Install
- name: CMake Install
Expand Down

0 comments on commit 02b6c88

Please sign in to comment.