Mercurial > p > roundup > code
diff .github/workflows/ci-test.yml @ 6855:30815d9bd95c
fix tab
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Wed, 31 Aug 2022 22:32:08 -0400 |
| parents | 4f115313e262 |
| children | a346b5d23480 |
line wrap: on
line diff
--- a/.github/workflows/ci-test.yml Wed Aug 31 22:28:54 2022 -0400 +++ b/.github/workflows/ci-test.yml Wed Aug 31 22:32:08 2022 -0400 @@ -100,7 +100,7 @@ - name: Test build roundup and install locale so lang tests work. run: | - sudo apt-get install gettext + sudo apt-get install gettext python setup.py build (cd locale; make local_install; ls -lR locale/de/LC_MESSAGES)
