1
Fork 0
mirror of https://github.com/redstrate/Novus.git synced 2025-05-19 06:47:44 +00:00

Add gperf

This commit is contained in:
Joshua Goins 2024-04-23 20:30:16 -04:00
parent f13a45d992
commit 890ab43d7e

View file

@ -62,6 +62,9 @@ jobs:
Invoke-WebRequest https://xiv.zone/distrib/dependencies/gettext.zip -OutFile libintl.zip
unzip libintl.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
unzip gperf.zip -d ${{ steps.strings.outputs.prefix-dir }}
- name: Build zlib
if: runner.os == 'Windows'
run: |