Skip to content

Commit

Permalink
work on GHA build yml, fixes2
Browse files Browse the repository at this point in the history
  • Loading branch information
oxy86 committed Nov 24, 2024
1 parent 9b8a65c commit 8ceea5b
Showing 1 changed file with 15 additions and 2 deletions.
17 changes: 15 additions & 2 deletions .github/workflows/build-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,22 @@ jobs:
version: ${{ matrix.qt-version }}
arch: win64_mingw
modules: qtwebsockets core5compat xml network widgets printsupport charts svg
- if: contains( matrix.os, 'ubuntu') && startsWith( matrix.qt-version, '6.' )
- name: Install dependencies

Check failure on line 59 in .github/workflows/build-ci.yml

View workflow job for this annotation

GitHub Actions / validate-yaml

59:9 syntax error: expected <block end>, but found '-' (syntax)
run: |
sudo apt update
sudo apt install \
build-essential cmake ninja-build \
libssl-dev libxkbcommon-x11-dev libxcb-cursor-dev zlib1g-dev
- name: Install Qt 6 on Linux
uses: jurplel/install-qt-action@v4
with:
aqtversion: '==2.0.0'
version: ${{ matrix.qt-version }}
modules: qtwebsockets core5compat xml network widgets printsupport charts svg

- if: false == contains( matrix.os, 'windows') && startsWith( matrix.qt-version, '6.' )
name: Install Qt 6 on Linux/macOS
- if: contains( matrix.os, 'macos') && startsWith( matrix.qt-version, '6.' )
name: Install Qt 6 on macOS
uses: jurplel/install-qt-action@v4
with:
aqtversion: '==2.0.0'
Expand Down

0 comments on commit 8ceea5b

Please sign in to comment.