mirror of
https://github.com/redstrate/Astra.git
synced 2025-04-21 20:27:45 +00:00
Fix KI18n on the CI
This commit is contained in:
parent
be2032f8bd
commit
56a28c8a88
1 changed files with 1 additions and 1 deletions
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
|
@ -136,7 +136,7 @@ jobs:
|
|||
- name: Build KI18n
|
||||
if: steps.cache-prefix-restore.outputs.cache-hit != 'true'
|
||||
run: |
|
||||
cmake --build ${{ steps.strings.outputs.build-output-dir }}-ki18n --config ${{ matrix.build_type }} --target install -DBUILD_TESTING=OFF
|
||||
cmake --build ${{ steps.strings.outputs.build-output-dir }}-ki18n --config ${{ matrix.build_type }} --target install
|
||||
|
||||
- name: Build KCoreAddons
|
||||
if: steps.cache-prefix-restore.outputs.cache-hit != 'true'
|
||||
|
|
Loading…
Add table
Reference in a new issue