1
Fork 0
mirror of https://github.com/redstrate/Astra.git synced 2025-05-18 07:07:45 +00:00

Extract libwinpthread to the correct directory

This commit is contained in:
Joshua Goins 2024-04-26 15:19:32 -04:00
parent 721c35b7bb
commit dca720cee2

View file

@ -90,7 +90,7 @@ jobs:
unzip icoutils.zip -d ${{ steps.strings.outputs.prefix-dir }}
Invoke-WebRequest https://xiv.zone/distrib/dependencies/libwinpthread.zip -OutFile libwinpthread.zip
unzip libwinpthread.zip -d ${{ steps.strings.outputs.prefix-dir }}
unzip libwinpthread.zip -d ${{ steps.strings.outputs.prefix-dir }}/bin
- name: Build zlib
if: (runner.os == 'Windows') && (steps.cache-prefix-restore.outputs.cache-hit != 'true')