1
Fork 0
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:
Joshua Goins 2024-04-23 18:33:27 -04:00
parent 95ac24d728
commit b98776c2ec

View file

@ -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: |