Skip to content

Commit

Permalink
Include locales in build
Browse files Browse the repository at this point in the history
  • Loading branch information
cesarBLG committed Oct 14, 2024
1 parent c4c5c32 commit 99b699d
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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}}

Expand All @@ -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: |
Expand Down Expand Up @@ -93,7 +100,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Install gettext
run: |
Expand All @@ -105,7 +112,7 @@ jobs:
make
- name: Publish
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: locales
path: |
Expand Down

0 comments on commit 99b699d

Please sign in to comment.