mirror of
https://github.com/redstrate/Novus.git
synced 2025-05-19 06:47:44 +00:00
Sigh, try again
This commit is contained in:
parent
95ac24d728
commit
b98776c2ec
1 changed files with 1 additions and 4 deletions
5
.github/workflows/cmake-multi-platform.yml
vendored
5
.github/workflows/cmake-multi-platform.yml
vendored
|
@ -56,12 +56,9 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
$ProgressPreference = 'SilentlyContinue'
|
$ProgressPreference = 'SilentlyContinue'
|
||||||
|
|
||||||
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://xiv.zone/distrib/dependencies/gettext.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