mirror of
https://github.com/redstrate/Novus.git
synced 2025-05-19 06:47:44 +00:00
We need QtHttpServer
This commit is contained in:
parent
bd120ee8ca
commit
75f10ca619
1 changed files with 2 additions and 1 deletions
3
.github/workflows/cmake-multi-platform.yml
vendored
3
.github/workflows/cmake-multi-platform.yml
vendored
|
@ -37,6 +37,7 @@ jobs:
|
|||
with:
|
||||
version: "6.6.*"
|
||||
cache: true
|
||||
modules: 'qthttpserver'
|
||||
|
||||
- name: Set reusable strings
|
||||
id: strings
|
||||
|
@ -101,7 +102,7 @@ jobs:
|
|||
- name: Windows KI18n workaround
|
||||
if: runner.os == 'Windows'
|
||||
run: |
|
||||
(Get-Content -ReadCount 0 ${{ steps.strings.outputs.build-output-dir }}-ki18n/cmake/build-pofiles.cmake) -replace 'message(FATAL_ERROR "failed generating ${PO_DIR}")', 'message(WARNING "failed generating ${PO_DIR}")' | Set-Content ${{ steps.strings.outputs.build-output-dir }}-ki18n/cmake/build-pofiles.cmake -WhatIf
|
||||
(Get-Content -ReadCount 0 ${{ steps.strings.outputs.build-output-dir }}-ki18n/cmake/build-pofiles.cmake) -replace 'message(FATAL_ERROR "failed generating ${PO_DIR}")', 'message(WARNING "failed generating ${PO_DIR}")' | Set-Content ${{ steps.strings.outputs.build-output-dir }}-ki18n/cmake/build-pofiles.cmake
|
||||
|
||||
- name: Build KI18n
|
||||
run: |
|
||||
|
|
Loading…
Add table
Reference in a new issue