mirror of
https://github.com/redstrate/Novus.git
synced 2025-05-19 06:47:44 +00:00
Add gperf
This commit is contained in:
parent
f13a45d992
commit
890ab43d7e
1 changed files with 3 additions and 0 deletions
3
.github/workflows/cmake-multi-platform.yml
vendored
3
.github/workflows/cmake-multi-platform.yml
vendored
|
@ -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: |
|
||||
|
|
Loading…
Add table
Reference in a new issue