From 56a28c8a888a7737aef28b5801fd329595c8f7f8 Mon Sep 17 00:00:00 2001 From: Joshua Goins Date: Sat, 1 Feb 2025 12:09:03 -0500 Subject: [PATCH] Fix KI18n on the CI --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 40ba0b3..c532d88 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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'