mirror of
https://github.com/redstrate/Novus.git
synced 2025-04-25 13:17:46 +00:00
Mirror the gperf zip, because SourceForge sucks
This commit is contained in:
parent
42f9cb7d8f
commit
c5d77cec4f
1 changed files with 1 additions and 1 deletions
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
|
@ -95,7 +95,7 @@ jobs:
|
||||||
Invoke-WebRequest https://xiv.zone/distrib/dependencies/iconv.zip -OutFile iconv.zip
|
Invoke-WebRequest https://xiv.zone/distrib/dependencies/iconv.zip -OutFile iconv.zip
|
||||||
unzip iconv.zip -d ${{ steps.strings.outputs.prefix-dir }}
|
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://xiv.zone/distrib/dependencies/gperf.zip -OutFile gperf.zip
|
||||||
unzip gperf.zip -d ${{ steps.strings.outputs.prefix-dir }}
|
unzip gperf.zip -d ${{ steps.strings.outputs.prefix-dir }}
|
||||||
|
|
||||||
Invoke-WebRequest https://xiv.zone/distrib/dependencies/icoutils.zip -OutFile icoutils.zip
|
Invoke-WebRequest https://xiv.zone/distrib/dependencies/icoutils.zip -OutFile icoutils.zip
|
||||||
|
|
Loading…
Add table
Reference in a new issue