Skip to content

Commit

Permalink
Add gettext download
Browse files Browse the repository at this point in the history
  • Loading branch information
CyrilleB79 committed Nov 21, 2024
1 parent 8d21377 commit a237750
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/build-and-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,13 @@ jobs:
pip install Markdown
pip install flake8
pip install flake8-tabs
- name: Download gettext
run: |
curl -LO https://github.com/mlocati/gettext-iconv-windows/releases/download/v0.22.5a-v1.17-r3/gettext0.22.5a-iconv1.17-shared-64.exe
Start-Process -FilePath .\gettext0.22.5a-iconv1.17-shared-64.exe -ArgumentList "/SILENT", "/DIR=C:\gettext" -Wait
$env:Path = "$env:Path;C:\gettext\bin"
- name: Verify msgfmt installation
run: msgfmt --version>
- name: Lint with flake8
run:
flake8 --config .github/extra_resources/setup.cfg --exit-zero addon
Expand Down

0 comments on commit a237750

Please sign in to comment.