mirror of
https://github.com/redstrate/Novus.git
synced 2025-05-19 06:47:44 +00:00
Download iconv
This commit is contained in:
parent
46df834438
commit
c58a4ac29d
1 changed files with 5 additions and 2 deletions
7
.github/workflows/cmake-multi-platform.yml
vendored
7
.github/workflows/cmake-multi-platform.yml
vendored
|
@ -81,8 +81,11 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
$ProgressPreference = 'SilentlyContinue'
|
$ProgressPreference = 'SilentlyContinue'
|
||||||
|
|
||||||
Invoke-WebRequest https://xiv.zone/distrib/dependencies/gettext.zip -OutFile libintl.zip
|
Invoke-WebRequest https://xiv.zone/distrib/dependencies/gettext.zip -OutFile gettext.zip
|
||||||
unzip libintl.zip -d ${{ steps.strings.outputs.prefix-dir }}
|
unzip gettext.zip -d ${{ steps.strings.outputs.prefix-dir }}
|
||||||
|
|
||||||
|
Invoke-WebRequest https://xiv.zone/distrib/dependencies/iconv.zip -OutFile iconv.zip
|
||||||
|
unzip iconv.zip -d ${{ steps.strings.outputs.prefix-dir }}
|
||||||
|
|
||||||
Invoke-WebRequest https://cfhcable.dl.sourceforge.net/project/gnuwin32/gperf/3.0.1/gperf-3.0.1-bin.zip -OutFile gperf.zip
|
Invoke-WebRequest https://cfhcable.dl.sourceforge.net/project/gnuwin32/gperf/3.0.1/gperf-3.0.1-bin.zip -OutFile gperf.zip
|
||||||
unzip gperf.zip -d ${{ steps.strings.outputs.prefix-dir }}
|
unzip gperf.zip -d ${{ steps.strings.outputs.prefix-dir }}
|
||||||
|
|
Loading…
Add table
Reference in a new issue