mirror of
https://github.com/redstrate/Novus.git
synced 2025-05-19 06:47:44 +00:00
This should fix the libintl once and for all
This commit is contained in:
parent
5f2986777e
commit
0ac39bd43a
1 changed files with 1 additions and 1 deletions
2
.github/workflows/cmake-multi-platform.yml
vendored
2
.github/workflows/cmake-multi-platform.yml
vendored
|
@ -56,7 +56,7 @@ jobs:
|
|||
run: |
|
||||
$ProgressPreference = 'SilentlyContinue'
|
||||
|
||||
Invoke-WebRequest https://netactuate.dl.sourceforge.net/project/gnuwin32/libintl/0.14.4/libintl-0.14.4-bin.zip -OutFile libintl.zip
|
||||
Invoke-WebRequest https://github.com/mlocati/gettext-iconv-windows/releases/download/v0.21-v1.16/gettext0.21-iconv1.16-shared-64.zip -OutFile libintl.zip
|
||||
unzip libintl.zip -d ${{ steps.strings.outputs.prefix-dir }}
|
||||
|
||||
- name: Build zlib
|
||||
|
|
Loading…
Add table
Reference in a new issue