diff --git a/.github/workflows/cmake-multi-platform.yml b/.github/workflows/cmake-multi-platform.yml index 8ac186a..b616937 100644 --- a/.github/workflows/cmake-multi-platform.yml +++ b/.github/workflows/cmake-multi-platform.yml @@ -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: |