From 99b699d96dfa7e1831459e39ee44b55e2d55a58a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9sar=20Benito=20Lamata?= Date: Mon, 14 Oct 2024 17:23:53 +0200 Subject: [PATCH] Include locales in build --- .github/workflows/ci.yml | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 35178a0..f359384 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,12 +17,19 @@ jobs: runs-on: windows-2022 + needs: compile_locales + steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: submodules: 'recursive' + - name: Locales + uses: actions/download-artifact@v4 + with: + name: locales + - name: Configure run: cmake -B ${{github.workspace}}/build -DCMAKE_BUILD_TYPE=Release -A x64 -DSIMRAIL=${{matrix.sr_flag}} @@ -33,7 +40,7 @@ jobs: run: cmake --install ${{github.workspace}}/build --prefix ${{github.workspace}}/dist - name: Publish - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: build-win64-sr${{matrix.sr_flag}} path: | @@ -93,7 +100,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Install gettext run: | @@ -105,7 +112,7 @@ jobs: make - name: Publish - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: locales path: |