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:
parent
56ba9d814b
commit
691fda35d6
1 changed files with 3 additions and 0 deletions
3
.github/workflows/cmake-multi-platform.yml
vendored
3
.github/workflows/cmake-multi-platform.yml
vendored
|
@ -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
|
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 }}
|
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
|
- name: Build zlib
|
||||||
if: runner.os == 'Windows'
|
if: runner.os == 'Windows'
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Add table
Reference in a new issue