Skip to content

Commit

Permalink
check build with ninja
Browse files Browse the repository at this point in the history
  • Loading branch information
chcg committed Oct 24, 2024
1 parent 8627bec commit fed4bc6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/CI_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

steps:

- name: Install openssl dev
- name: Install openssl dev and ninja
run: |
choco install openssl --version=3.3.2
choco install ninja
Expand Down Expand Up @@ -53,14 +53,14 @@ jobs:
fail-fast: false
matrix:
build_configuration: [Release]
build_platform: ["Unix Makefiles"]
build_platform: ["Ninja"]

steps:
- uses: actions/checkout@v4

- name: Install packages via apt
run: |
sudo apt update -qq && sudo apt install -y cmake pkg-config libssl-dev libudev-dev libhttp-parser-dev libpcsclite-dev libgl1-mesa-dev qt6-l10n-tools
sudo apt update -qq && sudo apt install -y cmake pkg-config libssl-dev libudev-dev libhttp-parser-dev libpcsclite-dev libgl1-mesa-dev qt6-l10n-tools ninja-build
# ubuntu 22.04 comes just with QT 6.2.4 and Qt >= 6.4 is required
- name: Install Qt
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/CI_build_combined.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ jobs:
fail-fast: false
matrix:
build_configuration: [Release]
build_platform: ["Unix Makefiles"]
build_platform: ["Ninja"]

steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -153,7 +153,7 @@ jobs:
fail-fast: false
matrix:
build_configuration: [Release]
build_platform: ["Unix Makefiles"]
build_platform: ["Ninja"]

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit fed4bc6

Please sign in to comment.