1
Fork 0
mirror of https://github.com/redstrate/Novus.git synced 2025-05-19 06:47:44 +00:00

Download and install gettext

This commit is contained in:
Joshua Goins 2024-04-23 18:05:57 -04:00
parent 56ba9d814b
commit 691fda35d6

View file

@ -59,6 +59,9 @@ jobs:
Invoke-WebRequest https://versaweb.dl.sourceforge.net/project/gnuwin32/libintl/0.14.4/libintl-0.14.4-lib.zip -OutFile libintl.zip
unzip libintl.zip -d ${{ steps.strings.outputs.prefix-dir }}
Invoke-WebRequest https://cfhcable.dl.sourceforge.net/project/gnuwin32/gettext/0.14.4/gettext-0.14.4-bin.zip -OutFile gettext.zip
unzip gettext.zip -d ${{ steps.strings.outputs.prefix-dir }}
- name: Build zlib
if: runner.os == 'Windows'
run: |