1
Fork 0
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:
Joshua Goins 2024-04-23 19:42:58 -04:00
parent bd120ee8ca
commit 75f10ca619

View file

@ -37,6 +37,7 @@ jobs:
with: with:
version: "6.6.*" version: "6.6.*"
cache: true cache: true
modules: 'qthttpserver'
- name: Set reusable strings - name: Set reusable strings
id: strings id: strings
@ -101,7 +102,7 @@ jobs:
- name: Windows KI18n workaround - name: Windows KI18n workaround
if: runner.os == 'Windows' if: runner.os == 'Windows'
run: | 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 - name: Build KI18n
run: | run: |