mirror of
https://github.com/redstrate/Novus.git
synced 2025-05-19 06:47:44 +00:00
Fix missing )
This commit is contained in:
parent
b7a9c5b594
commit
7ac798a999
1 changed files with 1 additions and 1 deletions
2
.github/workflows/cmake-multi-platform.yml
vendored
2
.github/workflows/cmake-multi-platform.yml
vendored
|
@ -102,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 'FATAL_ERROR', 'WARNING' | 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
|
- name: Build KI18n
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Add table
Reference in a new issue