mirror of
https://github.com/redstrate/Novus.git
synced 2025-05-19 06:47:44 +00:00
Try to fix the workaround
This commit is contained in:
parent
75f10ca619
commit
b7a9c5b594
1 changed files with 2 additions and 2 deletions
4
.github/workflows/cmake-multi-platform.yml
vendored
4
.github/workflows/cmake-multi-platform.yml
vendored
|
@ -37,7 +37,7 @@ jobs:
|
|||
with:
|
||||
version: "6.6.*"
|
||||
cache: true
|
||||
modules: 'qthttpserver'
|
||||
modules: 'qthttpserver qtwebsockets'
|
||||
|
||||
- name: Set reusable strings
|
||||
id: strings
|
||||
|
@ -102,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
|
||||
(Get-Content -ReadCount 0 "${{ steps.strings.outputs.build-output-dir }}-ki18n/cmake/build-pofiles.cmake)" -replace 'FATAL_ERROR', 'WARNING' | 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